Skip to content

Commit

Permalink
[zerocopy-derive] Release 0.3.0
Browse files Browse the repository at this point in the history
Previously, we released a change in 0.2.1 which depends on the
min_const_generics feature, which was stabilized in 1.51. This was a
breaking change for users using compiler versions 1.50 or earlier,
which means it should not have been released as a patch release.

This change bumps the version to 0.3.0. After publishing, I will yank
0.2.1.

This change also releases zerocopy 0.5.0, which depends on
zerocopy-derive 0.3.0, since most users access zerocopy-derive via the
derives' reexports in the zerocopy crate.

Change-Id: Iddd3d615ceaf8a1a13b231d90968523a6353bda5
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521060
Commit-Queue: Joshua Liebow-Feeser <[email protected]>
Reviewed-by: Adam Perry <[email protected]>
  • Loading branch information
joshlf authored and CQ Bot committed Apr 26, 2021
1 parent 89b8f58 commit d42a53d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml.crates-io
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[package]
edition = "2018"
name = "zerocopy"
version = "0.4.0"
version = "0.5.0"
authors = ["Joshua Liebow-Feeser <[email protected]>"]
description = "Utilities for zero-copy parsing and serialization"
license = "BSD-3-Clause"
Expand All @@ -16,7 +16,7 @@ repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy"
include = ["src/*", "Cargo.toml", "LICENSE"]

[dependencies]
zerocopy-derive = { version = "0.2.0" }
zerocopy-derive = "0.3.0"

[dependencies.byteorder]
version = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion zerocopy-derive/Cargo.toml.crates-io
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[package]
edition = "2018"
name = "zerocopy-derive"
version = "0.2.1"
version = "0.3.0"
authors = ["Joshua Liebow-Feeser <[email protected]>"]
description = "Custom derive for traits from the zerocopy crate"
license = "BSD-3-Clause"
Expand Down

0 comments on commit d42a53d

Please sign in to comment.