15
15
[package ]
16
16
edition = " 2021"
17
17
name = " zerocopy"
18
- version = " 0.8.10 "
18
+ version = " 0.8.11 "
19
19
authors = [" Joshua Liebow-Feeser <joshlf@google.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.10 " , path = " zerocopy-derive" , optional = true }
85
+ zerocopy-derive = { version = " =0.8.11 " , 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.10 " , path = " zerocopy-derive" }
91
+ zerocopy-derive = { version = " =0.8.11 " , path = " zerocopy-derive" }
92
92
93
93
[dev-dependencies ]
94
94
itertools = " 0.11"
@@ -102,6 +102,6 @@ testutil = { path = "testutil" }
102
102
# CI test failures.
103
103
trybuild = { version = " =1.0.89" , features = [" diff" ] }
104
104
# In tests, unlike in production, zerocopy-derive is not optional
105
- zerocopy-derive = { version = " =0.8.10 " , path = " zerocopy-derive" }
105
+ zerocopy-derive = { version = " =0.8.11 " , path = " zerocopy-derive" }
106
106
# TODO(#381) Remove this dependency once we have our own layout gadgets.
107
107
elain = " 0.3.0"
0 commit comments