1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.10 "
18+ version = " 0.8.11 "
1919authors = [" Joshua Liebow-Feeser <joshlf@google.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.10 " , path = " zerocopy-derive" , optional = true }
85+ zerocopy-derive = { version = " =0.8.11 " , 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.10 " , path = " zerocopy-derive" }
91+ zerocopy-derive = { version = " =0.8.11 " , path = " zerocopy-derive" }
9292
9393[dev-dependencies ]
9494itertools = " 0.11"
@@ -102,6 +102,6 @@ testutil = { path = "testutil" }
102102# CI test failures.
103103trybuild = { version = " =1.0.89" , features = [" diff" ] }
104104# In tests, unlike in production, zerocopy-derive is not optional
105- zerocopy-derive = { version = " =0.8.10 " , path = " zerocopy-derive" }
105+ zerocopy-derive = { version = " =0.8.11 " , path = " zerocopy-derive" }
106106# TODO(#381) Remove this dependency once we have our own layout gadgets.
107107elain = " 0.3.0"
0 commit comments