Skip to content

Commit c8ddce1

Browse files
committed
Bump version to 2.0.0
1 parent 940f081 commit c8ddce1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/cmd_lib"
88
keywords = ["shell", "script", "cli", "process", "pipe"]
99
categories = ["command-line-interface", "command-line-utilities"]
1010
readme = "README.md"
11-
version = "1.9.6"
11+
version = "2.0.0"
1212
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
1313
edition = "2024"
1414
rust-version = "1.88"
@@ -17,19 +17,19 @@ rust-version = "1.88"
1717
members = ["macros"]
1818

1919
[dependencies]
20-
cmd_lib_macros = { version = "1.9.6", path = "./macros" }
21-
log = "0.4.20"
20+
cmd_lib_macros = { version = "2.0.0", path = "./macros" }
21+
log = "0.4.27"
2222
faccess = "0.2.4"
23-
os_pipe = "1.1.4"
24-
env_logger = "0.10.0"
23+
os_pipe = "1.2.2"
24+
env_logger = "0.11.8"
2525
build-print = { version = "1.0", optional = true }
2626
tracing = { version = "0.1.41", optional = true }
2727

2828
[dev-dependencies]
29-
rayon = "1.8.0"
29+
rayon = "1.11.0"
3030
clap = { version = "4", features = ["derive"] }
3131
byte-unit = "4.0.19"
32-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
32+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
3333

3434
[features]
3535
build-print = ["dep:build-print"]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
66
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
77
keywords = ["shell", "script", "cli", "process", "pipe"]
8-
version = "1.9.6"
8+
version = "2.0.0"
99
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
1010
edition = "2024"
1111
rust-version = "1.88"

0 commit comments

Comments
 (0)