Skip to content

Commit 8cd798a

Browse files
Release 0.8.32 (#2870)
1 parent 37b16a6 commit 8cd798a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[package]
1616
edition = "2021"
1717
name = "zerocopy"
18-
version = "0.8.31"
18+
version = "0.8.32"
1919
authors = [
2020
"Joshua Liebow-Feeser <[email protected]>",
2121
"Jack Wrenn <[email protected]>",
@@ -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.
143143
trybuild = { 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" }

zerocopy-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
edition = "2021"
1111
name = "zerocopy-derive"
12-
version = "0.8.31"
12+
version = "0.8.32"
1313
authors = ["Joshua Liebow-Feeser <[email protected]>", "Jack Wrenn <[email protected]>"]
1414
description = "Custom derive for traits from the zerocopy crate"
1515
license = "BSD-2-Clause OR Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)