Skip to content

Commit eef0589

Browse files
committed
chore(mutator): upate version
1 parent 8f5be9d commit eef0589

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.0.0"
3+
version = "1.0.1"
44
description = "Move mutation unit testing tool"
55
authors.workspace = true
66
edition.workspace = true

move-mutator/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ use move_mutator::{
1212
use move_package::BuildConfig;
1313
use std::path::PathBuf;
1414

15-
#[derive(Default, Parser, Debug, Clone)]
15+
#[derive(Default, Parser, Debug)]
16+
#[command(version, about, long_about = None)]
17+
#[command(propagate_version = true)]
1618
pub struct Opts {
1719
/// The path to the target Move package.
1820
#[clap(long, value_parser)]

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 = "0.1.0"
3+
version = "1.0.0"
44
description = "Common set of tools for mutator applications"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)