1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.20 "
18+ version = " 0.8.21 "
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" ]
@@ -82,13 +82,13 @@ std = ["alloc"]
8282__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
8383
8484[dependencies ]
85- zerocopy-derive = { version = " =0.8.20 " , path = " zerocopy-derive" , optional = true }
85+ zerocopy-derive = { version = " =0.8.21 " , path = " zerocopy-derive" , optional = true }
8686
8787# The "associated proc macro pattern" ensures that the versions of zerocopy and
8888# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
8989# See: https://github.com/matklad/macro-dep-test
9090[target .'cfg(any())' .dependencies ]
91- zerocopy-derive = { version = " =0.8.20 " , path = " zerocopy-derive" }
91+ zerocopy-derive = { version = " =0.8.21 " , path = " zerocopy-derive" }
9292
9393[dev-dependencies ]
9494# More recent versions of `either` have an MSRV higher than ours.
@@ -106,4 +106,4 @@ testutil = { path = "testutil" }
106106# CI test failures.
107107trybuild = { version = " =1.0.89" , features = [" diff" ] }
108108# In tests, unlike in production, zerocopy-derive is not optional
109- zerocopy-derive = { version = " =0.8.20 " , path = " zerocopy-derive" }
109+ zerocopy-derive = { version = " =0.8.21 " , path = " zerocopy-derive" }
0 commit comments