15
15
[package ]
16
16
edition = " 2018"
17
17
name = " zerocopy"
18
- version = " 0.8.0-alpha.8 "
18
+ version = " 0.8.0-alpha.9 "
19
19
authors = [
" Joshua Liebow-Feeser <[email protected] >" ]
20
20
description = " Utilities for zero-copy parsing and serialization"
21
21
categories = [" embedded" , " encoding" , " no-std::no-alloc" , " parsing" , " rust-patterns" ]
@@ -66,13 +66,13 @@ simd-nightly = ["simd"]
66
66
__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" ]
67
67
68
68
[dependencies ]
69
- zerocopy-derive = { version = " =0.8.0-alpha.8 " , path = " zerocopy-derive" , optional = true }
69
+ zerocopy-derive = { version = " =0.8.0-alpha.9 " , path = " zerocopy-derive" , optional = true }
70
70
71
71
# The "associated proc macro pattern" ensures that the versions of zerocopy and
72
72
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
73
73
# See: https://github.com/matklad/macro-dep-test
74
74
[target .'cfg(any())' .dependencies ]
75
- zerocopy-derive = { version = " =0.8.0-alpha.8 " , path = " zerocopy-derive" }
75
+ zerocopy-derive = { version = " =0.8.0-alpha.9 " , path = " zerocopy-derive" }
76
76
77
77
[dev-dependencies ]
78
78
assert_matches = " 1.5"
@@ -91,6 +91,6 @@ testutil = { path = "testutil" }
91
91
# CI test failures.
92
92
trybuild = { version = " =1.0.89" , features = [" diff" ] }
93
93
# In tests, unlike in production, zerocopy-derive is not optional
94
- zerocopy-derive = { version = " =0.8.0-alpha.8 " , path = " zerocopy-derive" }
94
+ zerocopy-derive = { version = " =0.8.0-alpha.9 " , path = " zerocopy-derive" }
95
95
# TODO(#381) Remove this dependency once we have our own layout gadgets.
96
96
elain = " 0.3.0"
0 commit comments