1515[package ]
1616edition = " 2018"
1717name = " zerocopy"
18- version = " 0.7.29 "
18+ version = " 0.7.30 "
1919authors = [
" Joshua Liebow-Feeser <[email protected] >" ]
2020description = " Utilities for zero-copy parsing and serialization"
2121license = " BSD-2-Clause OR Apache-2.0 OR MIT"
@@ -49,7 +49,7 @@ simd-nightly = ["simd"]
4949__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" ]
5050
5151[dependencies ]
52- zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" , optional = true }
52+ zerocopy-derive = { version = " =0.7.30 " , path = " zerocopy-derive" , optional = true }
5353
5454[dependencies .byteorder ]
5555version = " 1.3"
@@ -60,7 +60,7 @@ optional = true
6060# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
6161# See: https://github.com/matklad/macro-dep-test
6262[target .'cfg(any())' .dependencies ]
63- zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" }
63+ zerocopy-derive = { version = " =0.7.30 " , path = " zerocopy-derive" }
6464
6565[dev-dependencies ]
6666assert_matches = " 1.5"
@@ -75,6 +75,6 @@ testutil = { path = "testutil" }
7575# CI test failures.
7676trybuild = { version = " =1.0.85" , features = [" diff" ] }
7777# In tests, unlike in production, zerocopy-derive is not optional
78- zerocopy-derive = { version = " =0.7.29 " , path = " zerocopy-derive" }
78+ zerocopy-derive = { version = " =0.7.30 " , path = " zerocopy-derive" }
7979# TODO(#381) Remove this dependency once we have our own layout gadgets.
8080elain = " 0.3.0"
0 commit comments