1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.31 "
18+ version = " 0.8.32 "
1919authors = [
2020 " Joshua Liebow-Feeser <[email protected] >" ,
2121@@ -112,13 +112,13 @@ __internal_use_only_features_that_work_on_stable = [
112112]
113113
114114[dependencies ]
115- zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" , optional = true }
115+ zerocopy-derive = { version = " =0.8.32 " , path = " zerocopy-derive" , optional = true }
116116
117117# The "associated proc macro pattern" ensures that the versions of zerocopy and
118118# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
119119# See: https://github.com/matklad/macro-dep-test
120120[target .'cfg(any())' .dependencies ]
121- zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" }
121+ zerocopy-derive = { version = " =0.8.32 " , path = " zerocopy-derive" }
122122
123123[dev-dependencies ]
124124# More recent versions of `either` have an MSRV higher than ours.
@@ -142,4 +142,4 @@ testutil = { path = "testutil" }
142142# CI test failures.
143143trybuild = { version = " =1.0.89" , features = [" diff" ] }
144144# In tests, unlike in production, zerocopy-derive is not optional
145- zerocopy-derive = { version = " =0.8.31 " , path = " zerocopy-derive" }
145+ zerocopy-derive = { version = " =0.8.32 " , path = " zerocopy-derive" }
0 commit comments