File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7474 TAG_VERSION="${GITHUB_REF#refs/tags/v}"
7575
7676 # Check each tool's Cargo.toml version
77- for tool in move-mutation-test move-mutator move-spec-test; do
77+ for tool in move-mutation-test move-mutator move-spec-test mutator-common ; do
7878 CARGO_VERSION=$(grep "^version" $tool/Cargo.toml | head -1 | cut -d'"' -f2)
7979 if [ "$CARGO_VERSION" != "$TAG_VERSION" ]; then
8080 echo "Error: Version mismatch for $tool!"
Original file line number Diff line number Diff line change 11[package ]
22name = " move-mutation-test"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44description = " Move mutation unit testing tool"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " move-mutator"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44description = " Move mutation tool"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " move-spec-test"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44description = " Move specification testing tool"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " mutator-common"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44description = " Common set of tools for mutator applications"
55authors.workspace = true
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments