Skip to content

Commit cb20ba0

Browse files
authored
Release 0.7.2 (#306)
1 parent c979289 commit cb20ba0

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
@@ -11,7 +11,7 @@
1111
[package]
1212
edition = "2021"
1313
name = "zerocopy"
14-
version = "0.7.1"
14+
version = "0.7.2"
1515
authors = ["Joshua Liebow-Feeser <[email protected]>"]
1616
description = "Utilities for zero-copy parsing and serialization"
1717
license = "BSD-2-Clause"
@@ -55,7 +55,7 @@ simd-nightly = ["simd"]
5555
__internal_use_only_features_that_work_on_stable = ["alloc", "simd"]
5656

5757
[dependencies]
58-
zerocopy-derive = { version = "=0.7.1", path = "zerocopy-derive", optional = true }
58+
zerocopy-derive = { version = "=0.7.2", path = "zerocopy-derive", optional = true }
5959

6060
[dependencies.byteorder]
6161
version = "1.3"
@@ -66,7 +66,7 @@ optional = true
6666
# zerocopy-derive remain equal, even if the 'derive' feature isn't used.
6767
# See: https://github.com/matklad/macro-dep-test
6868
[target.'cfg(any())'.dependencies]
69-
zerocopy-derive = { version = "=0.7.1", path = "zerocopy-derive" }
69+
zerocopy-derive = { version = "=0.7.2", path = "zerocopy-derive" }
7070

7171
[dev-dependencies]
7272
rand = "0.6"
@@ -78,4 +78,4 @@ static_assertions = "1.1"
7878
# CI test failures.
7979
trybuild = "=1.0.80"
8080
# In tests, unlike in production, zerocopy-derive is not optional
81-
zerocopy-derive = { version = "=0.7.1", path = "zerocopy-derive" }
81+
zerocopy-derive = { version = "=0.7.2", path = "zerocopy-derive" }

zerocopy-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
edition = "2021"
77
name = "zerocopy-derive"
8-
version = "0.7.1"
8+
version = "0.7.2"
99
authors = ["Joshua Liebow-Feeser <[email protected]>"]
1010
description = "Custom derive for traits from the zerocopy crate"
1111
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)