diff --git a/CHANGELOG.md b/CHANGELOG.md index 48548fc1..e6ad65ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.0.1 + +- Update `cargo_metadata` to version `0.19` ([#487](https://github.com/trailofbits/test-fuzz/pull/487)) + ## 7.0.0 - Improve documentation ([#461](https://github.com/trailofbits/test-fuzz/pull/461)) diff --git a/Cargo.toml b/Cargo.toml index a81da188..af55b2ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,10 +58,10 @@ walkdir = "2.5" xshell = "0.2" # smoelius: Internal packages -internal = { path = "internal", package = "test-fuzz-internal", version = "=7.0.0" } -runtime = { path = "runtime", package = "test-fuzz-runtime", version = "=7.0.0" } -test-fuzz = { path = "test-fuzz", version = "=7.0.0" } -test-fuzz-macro = { path = "macro", version = "=7.0.0" } +internal = { path = "internal", package = "test-fuzz-internal", version = "=7.0.1" } +runtime = { path = "runtime", package = "test-fuzz-runtime", version = "=7.0.1" } +test-fuzz = { path = "test-fuzz", version = "=7.0.1" } +test-fuzz-macro = { path = "macro", version = "=7.0.1" } testing = { path = "testing", package = "test-fuzz-testing" } [workspace.lints.rust.unexpected_cfgs] diff --git a/cargo-test-fuzz/Cargo.toml b/cargo-test-fuzz/Cargo.toml index b03e9418..9f158636 100644 --- a/cargo-test-fuzz/Cargo.toml +++ b/cargo-test-fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-test-fuzz" -version = "7.0.0" +version = "7.0.1" edition = "2021" description = "cargo-test-fuzz" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index ec8797ae..2310fb0e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz-examples" -version = "7.0.0" +version = "7.0.1" edition = "2021" publish = false diff --git a/internal/Cargo.toml b/internal/Cargo.toml index 333d916f..70c1dd6a 100644 --- a/internal/Cargo.toml +++ b/internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz-internal" -version = "7.0.0" +version = "7.0.1" edition = "2021" description = "test-fuzz-internal" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index b185504b..d6c69aa2 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz-macro" -version = "7.0.0" +version = "7.0.1" edition = "2021" description = "test-fuzz-macro" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 48c7bd2d..940ebb21 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz-runtime" -version = "7.0.0" +version = "7.0.1" edition = "2021" description = "test-fuzz-runtime" diff --git a/test-fuzz/Cargo.toml b/test-fuzz/Cargo.toml index b54efef2..a94298ee 100644 --- a/test-fuzz/Cargo.toml +++ b/test-fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz" -version = "7.0.0" +version = "7.0.1" edition = "2021" description = "To make fuzzing Rust easy" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index bb242685..c2f59ad5 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fuzz-testing" -version = "7.0.0" +version = "7.0.1" edition = "2021" publish = false diff --git a/third-party/Cargo.toml b/third-party/Cargo.toml index 9164a6ee..61fe0538 100644 --- a/third-party/Cargo.toml +++ b/third-party/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "third-party" -version = "7.0.0" +version = "7.0.1" edition = "2021" publish = false