Skip to content

Commit 6320b45

Browse files
committed
chore: bump crate versions to v2.1.0
1 parent 992572e commit 6320b45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

move-mutation-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-mutation-test"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Move mutation unit testing tool"
55
authors.workspace = true
66
edition.workspace = true

move-mutator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-mutator"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Move mutation tool"
55
authors.workspace = true
66
edition.workspace = true

move-spec-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-spec-test"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Move specification testing tool"
55
authors.workspace = true
66
edition.workspace = true

mutator-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mutator-common"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Common set of tools for mutator applications"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)