15
15
[package ]
16
16
edition = " 2021"
17
17
name = " zerocopy"
18
- version = " 0.8.22 "
18
+ version = " 0.8.23 "
19
19
authors = [" Joshua Liebow-Feeser <joshlf@google.com>" , " Jack Wrenn <jswrenn@amazon.com>" ]
20
20
description = " Zerocopy makes zero-cost memory manipulation effortless. We write \" unsafe\" so you don't have to."
21
21
categories = [" embedded" , " encoding" , " no-std::no-alloc" , " parsing" , " rust-patterns" ]
@@ -82,13 +82,13 @@ std = ["alloc"]
82
82
__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
83
83
84
84
[dependencies ]
85
- zerocopy-derive = { version = " =0.8.22 " , path = " zerocopy-derive" , optional = true }
85
+ zerocopy-derive = { version = " =0.8.23 " , path = " zerocopy-derive" , optional = true }
86
86
87
87
# The "associated proc macro pattern" ensures that the versions of zerocopy and
88
88
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
89
89
# See: https://github.com/matklad/macro-dep-test
90
90
[target .'cfg(any())' .dependencies ]
91
- zerocopy-derive = { version = " =0.8.22 " , path = " zerocopy-derive" }
91
+ zerocopy-derive = { version = " =0.8.23 " , path = " zerocopy-derive" }
92
92
93
93
[dev-dependencies ]
94
94
# More recent versions of `either` have an MSRV higher than ours.
@@ -106,4 +106,4 @@ testutil = { path = "testutil" }
106
106
# CI test failures.
107
107
trybuild = { version = " =1.0.89" , features = [" diff" ] }
108
108
# In tests, unlike in production, zerocopy-derive is not optional
109
- zerocopy-derive = { version = " =0.8.22 " , path = " zerocopy-derive" }
109
+ zerocopy-derive = { version = " =0.8.23 " , path = " zerocopy-derive" }
0 commit comments