Skip to content

Commit 889ca7a

Browse files
committed
chore: Bump versions for 4.1
1 parent 2bafb9b commit 889ca7a

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424

2525
[package]
2626
name = "clap"
27-
version = "4.0.32"
27+
version = "4.1.0"
2828
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
2929
repository = "https://github.com/clap-rs/clap"
3030
categories = ["command-line-interface"]
@@ -97,7 +97,7 @@ unstable-v5 = ["clap_derive?/unstable-v5", "deprecated"]
9797
bench = false
9898

9999
[dependencies]
100-
clap_derive = { path = "./clap_derive", version = "=4.0.21", optional = true }
100+
clap_derive = { path = "./clap_derive", version = "=4.1.0", optional = true }
101101
clap_lex = { path = "./clap_lex", version = "0.3.0" }
102102
bitflags = "1.2"
103103
unicase = { version = "2.6", optional = true }

clap_complete/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete"
3-
version = "4.0.7"
3+
version = "4.1.0"
44
description = "Generate shell completion scripts for your clap::Command"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
66
categories = ["command-line-interface"]
@@ -32,7 +32,7 @@ pre-release-replacements = [
3232
bench = false
3333

3434
[dependencies]
35-
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std"] }
35+
clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] }
3636
clap_lex = { path = "../clap_lex", version = "0.3.0", optional = true }
3737
is_executable = { version = "1.0.1", optional = true }
3838
os_str_bytes = { version = "6.0", default-features = false, features = ["raw_os_str"], optional = true }

clap_complete_fig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_fig"
3-
version = "4.0.2"
3+
version = "4.1.0"
44
description = "A generator library used with clap for Fig completion scripts"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
66
categories = ["command-line-interface"]

clap_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_derive"
3-
version = "4.0.21"
3+
version = "4.1.0"
44
description = "Parse command line argument by defining a struct, derive crate."
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
66
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]

clap_lex/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_lex"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Minimal, flexible command line parser"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_lex"
66
categories = ["command-line-interface"]

clap_mangen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_mangen"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "A manpage generator for clap"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_mangen"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)