15
15
[package ]
16
16
edition = " 2018"
17
17
name = " zerocopy"
18
- version = " 0.8.0-alpha.18 "
18
+ version = " 0.8.0-alpha.19 "
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" ]
@@ -71,13 +71,13 @@ std = ["alloc"]
71
71
__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
72
72
73
73
[dependencies ]
74
- zerocopy-derive = { version = " =0.8.0-alpha.18 " , path = " zerocopy-derive" , optional = true }
74
+ zerocopy-derive = { version = " =0.8.0-alpha.19 " , path = " zerocopy-derive" , optional = true }
75
75
76
76
# The "associated proc macro pattern" ensures that the versions of zerocopy and
77
77
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
78
78
# See: https://github.com/matklad/macro-dep-test
79
79
[target .'cfg(any())' .dependencies ]
80
- zerocopy-derive = { version = " =0.8.0-alpha.18 " , path = " zerocopy-derive" }
80
+ zerocopy-derive = { version = " =0.8.0-alpha.19 " , path = " zerocopy-derive" }
81
81
82
82
[dev-dependencies ]
83
83
itertools = " 0.11"
@@ -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.18 " , path = " zerocopy-derive" }
94
+ zerocopy-derive = { version = " =0.8.0-alpha.19 " , 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