1515[package ]
1616edition = " 2018"
1717name = " zerocopy"
18- version = " 0.8.0-alpha.27 "
18+ version = " 0.8.0"
1919authors = [
" Joshua Liebow-Feeser <[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" ]
@@ -77,13 +77,13 @@ std = ["alloc"]
7777__internal_use_only_features_that_work_on_stable = [" alloc" , " derive" , " simd" , " std" ]
7878
7979[dependencies ]
80- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" , optional = true }
80+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" , optional = true }
8181
8282# The "associated proc macro pattern" ensures that the versions of zerocopy and
8383# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
8484# See: https://github.com/matklad/macro-dep-test
8585[target .'cfg(any())' .dependencies ]
86- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" }
86+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" }
8787
8888[dev-dependencies ]
8989itertools = " 0.11"
@@ -97,6 +97,6 @@ testutil = { path = "testutil" }
9797# CI test failures.
9898trybuild = { version = " =1.0.89" , features = [" diff" ] }
9999# In tests, unlike in production, zerocopy-derive is not optional
100- zerocopy-derive = { version = " =0.8.0-alpha.27 " , path = " zerocopy-derive" }
100+ zerocopy-derive = { version = " =0.8.0" , path = " zerocopy-derive" }
101101# TODO(#381) Remove this dependency once we have our own layout gadgets.
102102elain = " 0.3.0"
0 commit comments