Skip to content

Commit 8ffc71c

Browse files
Release 0.8.31 (#2837)
1 parent 3401924 commit 8ffc71c

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.30"
18+
version = "0.8.31"
1919
authors = ["Joshua Liebow-Feeser <[email protected]>", "Jack Wrenn <[email protected]>"]
2020
description = "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to."
2121
categories = ["embedded", "encoding", "no-std::no-alloc", "parsing", "rust-patterns"]
@@ -86,13 +86,13 @@ std = ["alloc"]
8686
__internal_use_only_features_that_work_on_stable = ["alloc", "derive", "simd", "std"]
8787

8888
[dependencies]
89-
zerocopy-derive = { version = "=0.8.30", path = "zerocopy-derive", optional = true }
89+
zerocopy-derive = { version = "=0.8.31", path = "zerocopy-derive", optional = true }
9090

9191
# The "associated proc macro pattern" ensures that the versions of zerocopy and
9292
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
9393
# See: https://github.com/matklad/macro-dep-test
9494
[target.'cfg(any())'.dependencies]
95-
zerocopy-derive = { version = "=0.8.30", path = "zerocopy-derive" }
95+
zerocopy-derive = { version = "=0.8.31", path = "zerocopy-derive" }
9696

9797
[dev-dependencies]
9898
# More recent versions of `either` have an MSRV higher than ours.
@@ -112,4 +112,4 @@ testutil = { path = "testutil" }
112112
# CI test failures.
113113
trybuild = { version = "=1.0.89", features = ["diff"] }
114114
# In tests, unlike in production, zerocopy-derive is not optional
115-
zerocopy-derive = { version = "=0.8.30", path = "zerocopy-derive" }
115+
zerocopy-derive = { version = "=0.8.31", 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.30"
12+
version = "0.8.31"
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)