15
15
[package ]
16
16
edition = " 2018"
17
17
name = " zerocopy"
18
- version = " 0.7.28 "
18
+ version = " 0.7.29 "
19
19
authors = [
" Joshua Liebow-Feeser <[email protected] >" ]
20
20
description = " Utilities for zero-copy parsing and serialization"
21
21
license = " BSD-2-Clause OR Apache-2.0 OR MIT"
@@ -49,7 +49,7 @@ simd-nightly = ["simd"]
49
49
__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" ]
50
50
51
51
[dependencies ]
52
- zerocopy-derive = { version = " =0.7.28 " , path = " zerocopy-derive" , optional = true }
52
+ zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" , optional = true }
53
53
54
54
[dependencies .byteorder ]
55
55
version = " 1.3"
@@ -60,7 +60,7 @@ optional = true
60
60
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
61
61
# See: https://github.com/matklad/macro-dep-test
62
62
[target .'cfg(any())' .dependencies ]
63
- zerocopy-derive = { version = " =0.7.28 " , path = " zerocopy-derive" }
63
+ zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" }
64
64
65
65
[dev-dependencies ]
66
66
assert_matches = " 1.5"
@@ -75,6 +75,6 @@ testutil = { path = "testutil" }
75
75
# CI test failures.
76
76
trybuild = { version = " =1.0.85" , features = [" diff" ] }
77
77
# In tests, unlike in production, zerocopy-derive is not optional
78
- zerocopy-derive = { version = " =0.7.28 " , path = " zerocopy-derive" }
78
+ zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" }
79
79
# TODO(#381) Remove this dependency once we have our own layout gadgets.
80
80
elain = " 0.3.0"
0 commit comments