1515[package ]
1616edition = " 2021"
1717name = " zerocopy"
18- version = " 0.8.38 "
18+ version = " 0.8.39 "
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.38 " , path = " zerocopy-derive" , optional = true }
115+ zerocopy-derive = { version = " =0.8.39 " , 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.38 " , path = " zerocopy-derive" }
121+ zerocopy-derive = { version = " =0.8.39 " , path = " zerocopy-derive" }
122122
123123[dev-dependencies ]
124124# FIXME(#381) Remove this dependency once we have our own layout gadgets.
@@ -134,4 +134,4 @@ testutil = { path = "testutil" }
134134# CI test failures.
135135trybuild = { version = " =1.0.89" , features = [" diff" ] }
136136# In tests, unlike in production, zerocopy-derive is not optional
137- zerocopy-derive = { version = " =0.8.38 " , path = " zerocopy-derive" }
137+ zerocopy-derive = { version = " =0.8.39 " , path = " zerocopy-derive" }
0 commit comments