1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.30 "
18+ version = " 0.8.31 "
1919authors = [
" Joshua Liebow-Feeser <[email protected] >" ,
" Jack Wrenn <[email protected] >" ]
2020description = " Zerocopy makes zero-cost memory manipulation effortless. We write \" unsafe\" so you don't have to."
2121categories = [" embedded" , " encoding" , " no-std::no-alloc" , " parsing" , " rust-patterns" ]
@@ -86,13 +86,13 @@ std = ["alloc"]
8686__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
8787
8888[dependencies ]
89- zerocopy-derive = { version = " =0.8.30 " , path = " zerocopy-derive" , optional = true }
89+ zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" , optional = true }
9090
9191# The "associated proc macro pattern" ensures that the versions of zerocopy and
9292# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
9393# See: https://github.com/matklad/macro-dep-test
9494[target .'cfg(any())' .dependencies ]
95- zerocopy-derive = { version = " =0.8.30 " , path = " zerocopy-derive" }
95+ zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" }
9696
9797[dev-dependencies ]
9898# More recent versions of `either` have an MSRV higher than ours.
@@ -112,4 +112,4 @@ testutil = { path = "testutil" }
112112# CI test failures.
113113trybuild = { version = " =1.0.89" , features = [" diff" ] }
114114# In tests, unlike in production, zerocopy-derive is not optional
115- zerocopy-derive = { version = " =0.8.30 " , path = " zerocopy-derive" }
115+ zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" }
0 commit comments