Skip to content

Commit

Permalink
Merge pull request #133 from rust-fuzz/bump
Browse files Browse the repository at this point in the history
Bump arbitrary_derive to 1.2.1
  • Loading branch information
Manishearth committed Dec 8, 2022
2 parents 418c0b7 + c5feda3 commit 8fabb53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Released YYYY-MM-DD.

### Fixed

* TODO (or remove section if none)
* (Included in `arbitrary_derive` 1.2.1) Fixed bug in Derive macro around `no_std` path uses [#131](https://github.com/rust-fuzz/arbitrary/pull/131)

### Security

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbitrary"
version = "1.2.0" # Make sure this matches the derive crate version
version = "1.2.0" # Make sure this matches the derive crate version (not including the patch version)
authors = [
"The Rust-Fuzz Project Developers",
"Nick Fitzgerald <fitzgen@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_arbitrary"
version = "1.2.0" # Make sure it matches the version of the arbitrary crate itself.
version = "1.2.1" # Make sure it matches the version of the arbitrary crate itself (not including the patch version)
authors = [
"The Rust-Fuzz Project Developers",
"Nick Fitzgerald <fitzgen@gmail.com>",
Expand Down

0 comments on commit 8fabb53

Please sign in to comment.