Skip to content

Commit a986089

Browse files
Release 0.8.54 (#3482)
1 parent 0f7c0bd commit a986089

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

zerocopy/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zerocopy/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.53"
18+
version = "0.8.54"
1919
authors = [
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"
142142
static_assertions = "1.1"
143143
testutil = { 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" }

zerocopy/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.53"
12+
version = "0.8.54"
1313
authors = ["Joshua Liebow-Feeser <joshlf@google.com>", "Jack Wrenn <jswrenn@amazon.com>"]
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)