Skip to content

Commit d637b7d

Browse files
committed
Bump version
1 parent c741d15 commit d637b7d

File tree

10 files changed

+16
-12
lines changed

10 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.1.1
4+
5+
- Upgrade `bincode` to version 2 ([#532](https://github.com/trailofbits/test-fuzz/pull/532))
6+
37
## 7.1.0
48

59
- FEATURE: Add `--release` flag ([#517](https://github.com/trailofbits/test-fuzz/pull/517))—thanks [@YanVictorSN](https://github.com/YanVictorSN)

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ walkdir = "2.5"
5858
xshell = "0.2"
5959

6060
# smoelius: Internal packages
61-
internal = { path = "internal", package = "test-fuzz-internal", version = "=7.1.0" }
62-
runtime = { path = "runtime", package = "test-fuzz-runtime", version = "=7.1.0" }
63-
test-fuzz = { path = "test-fuzz", version = "=7.1.0" }
64-
test-fuzz-macro = { path = "macro", version = "=7.1.0" }
61+
internal = { path = "internal", package = "test-fuzz-internal", version = "=7.1.1" }
62+
runtime = { path = "runtime", package = "test-fuzz-runtime", version = "=7.1.1" }
63+
test-fuzz = { path = "test-fuzz", version = "=7.1.1" }
64+
test-fuzz-macro = { path = "macro", version = "=7.1.1" }
6565
testing = { path = "testing", package = "test-fuzz-testing" }
6666

6767
# `serde_combinators` does not sync with `test-fuzz`'s version.

cargo-test-fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-test-fuzz"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55

66
description = "cargo-test-fuzz"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz-examples"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55
publish = false
66

internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz-internal"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55

66
description = "test-fuzz-internal"

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz-macro"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55

66
description = "test-fuzz-macro"

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz-runtime"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55

66
description = "test-fuzz-runtime"

test-fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55

66
description = "To make fuzzing Rust easy"

testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-fuzz-testing"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55
publish = false
66

third-party/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "third-party"
3-
version = "7.1.0"
3+
version = "7.1.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)