1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.26 "
18+ version = " 0.8.27 "
1919authors = [" Joshua Liebow-Feeser <joshlf@google.com>" , " Jack Wrenn <jswrenn@amazon.com>" ]
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.26 " , path = " zerocopy-derive" , optional = true }
85+ zerocopy-derive = { version = " =0.8.27 " , 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.26 " , path = " zerocopy-derive" }
91+ zerocopy-derive = { version = " =0.8.27 " , path = " zerocopy-derive" }
9292
9393[dev-dependencies ]
9494# More recent versions of `either` have an MSRV higher than ours.
@@ -108,4 +108,4 @@ testutil = { path = "testutil" }
108108# CI test failures.
109109trybuild = { version = " =1.0.89" , features = [" diff" ] }
110110# In tests, unlike in production, zerocopy-derive is not optional
111- zerocopy-derive = { version = " =0.8.26 " , path = " zerocopy-derive" }
111+ zerocopy-derive = { version = " =0.8.27 " , path = " zerocopy-derive" }
0 commit comments