Skip to content

Commit e85ea41

Browse files
Release 0.8.39 (#2993)
1 parent 0cceb23 commit e85ea41

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.

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.38"
18+
version = "0.8.39"
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.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.
135135
trybuild = { 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" }

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.38"
12+
version = "0.8.39"
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)