From 342ff0b3c1d4c597c4a00950ddad7f08c02069e5 Mon Sep 17 00:00:00 2001 From: Jos Dehaes Date: Tue, 2 Dec 2025 11:58:22 +0100 Subject: [PATCH] chore: bump to 2.2.0 after M3 approval --- move-mutation-test/Cargo.toml | 2 +- move-mutator/Cargo.toml | 2 +- move-spec-test/Cargo.toml | 2 +- mutator-common/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/move-mutation-test/Cargo.toml b/move-mutation-test/Cargo.toml index 4ab94a1597..76bdff85cf 100644 --- a/move-mutation-test/Cargo.toml +++ b/move-mutation-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutation-test" -version = "2.1.0" +version = "2.2.0" description = "Move mutation unit testing tool" authors.workspace = true edition.workspace = true diff --git a/move-mutator/Cargo.toml b/move-mutator/Cargo.toml index 3ec7735424..e4d24072d9 100644 --- a/move-mutator/Cargo.toml +++ b/move-mutator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutator" -version = "2.1.0" +version = "2.2.0" description = "Move mutation tool" authors.workspace = true edition.workspace = true diff --git a/move-spec-test/Cargo.toml b/move-spec-test/Cargo.toml index c02792ab0a..e011522300 100644 --- a/move-spec-test/Cargo.toml +++ b/move-spec-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-spec-test" -version = "2.1.0" +version = "2.2.0" description = "Move specification testing tool" authors.workspace = true edition.workspace = true diff --git a/mutator-common/Cargo.toml b/mutator-common/Cargo.toml index 500f2dc17f..33b469c6ac 100644 --- a/mutator-common/Cargo.toml +++ b/mutator-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mutator-common" -version = "2.1.0" +version = "2.2.0" description = "Common set of tools for mutator applications" authors.workspace = true edition.workspace = true