1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.53 "
18+ version = " 0.8.54 "
1919authors = [
2020 " Joshua Liebow-Feeser <joshlf@google.com>" ,
2121 " Jack Wrenn <jswrenn@amazon.com>" ,
@@ -124,13 +124,13 @@ __internal_use_only_features_that_work_on_stable = [
124124]
125125
126126[dependencies ]
127- zerocopy-derive = { version = " =0.8.53 " , path = " zerocopy-derive" , optional = true }
127+ zerocopy-derive = { version = " =0.8.54 " , path = " zerocopy-derive" , optional = true }
128128
129129# The "associated proc macro pattern" ensures that the versions of zerocopy and
130130# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
131131# See: https://github.com/matklad/macro-dep-test
132132[target .'cfg(any())' .dependencies ]
133- zerocopy-derive = { version = " =0.8.53 " , path = " zerocopy-derive" }
133+ zerocopy-derive = { version = " =0.8.54 " , path = " zerocopy-derive" }
134134
135135[dev-dependencies ]
136136# FIXME(#381) Remove this dependency once we have our own layout gadgets.
@@ -142,4 +142,4 @@ rustversion = "1.0"
142142static_assertions = " 1.1"
143143testutil = { path = " testutil" }
144144# In tests, unlike in production, zerocopy-derive is not optional
145- zerocopy-derive = { version = " =0.8.53 " , path = " zerocopy-derive" }
145+ zerocopy-derive = { version = " =0.8.54 " , path = " zerocopy-derive" }
0 commit comments