diff --git a/bin/cargo-bolero/Cargo.toml b/bin/cargo-bolero/Cargo.toml index 6e1be64..8e808fe 100644 --- a/bin/cargo-bolero/Cargo.toml +++ b/bin/cargo-bolero/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-bolero" -version = "0.10.0" +version = "0.10.1" authors = ["Cameron Bytheway "] description = "cargo command for running bolero fuzz tests" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero-engine/Cargo.toml b/lib/bolero-engine/Cargo.toml index b8c01a1..96f1ad3 100644 --- a/lib/bolero-engine/Cargo.toml +++ b/lib/bolero-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero-engine" -version = "0.10.0" +version = "0.10.2" authors = ["Cameron Bytheway "] description = "fuzz and property testing framework" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero-generator/Cargo.toml b/lib/bolero-generator/Cargo.toml index 8d32c39..38d0fa3 100644 --- a/lib/bolero-generator/Cargo.toml +++ b/lib/bolero-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero-generator" -version = "0.10.1" +version = "0.10.2" authors = ["Cameron Bytheway "] description = "value generator for testing and fuzzing" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero/Cargo.toml b/lib/bolero/Cargo.toml index c10410b..11bb9df 100644 --- a/lib/bolero/Cargo.toml +++ b/lib/bolero/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero" -version = "0.10.0" +version = "0.10.1" authors = ["Cameron Bytheway "] description = "fuzz and property testing front-end" homepage = "https://github.com/camshaft/bolero"