Skip to content

Commit

Permalink
chore: Bump versions for 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 13, 2023
1 parent 2bafb9b commit 889ca7a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = [

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

[dependencies]
clap_derive = { path = "./clap_derive", version = "=4.0.21", optional = true }
clap_derive = { path = "./clap_derive", version = "=4.1.0", optional = true }
clap_lex = { path = "./clap_lex", version = "0.3.0" }
bitflags = "1.2"
unicase = { version = "2.6", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap_complete"
version = "4.0.7"
version = "4.1.0"
description = "Generate shell completion scripts for your clap::Command"
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
categories = ["command-line-interface"]
Expand Down Expand Up @@ -32,7 +32,7 @@ pre-release-replacements = [
bench = false

[dependencies]
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std"] }
clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.3.0", optional = true }
is_executable = { version = "1.0.1", optional = true }
os_str_bytes = { version = "6.0", default-features = false, features = ["raw_os_str"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion clap_complete_fig/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap_complete_fig"
version = "4.0.2"
version = "4.1.0"
description = "A generator library used with clap for Fig completion scripts"
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
categories = ["command-line-interface"]
Expand Down
2 changes: 1 addition & 1 deletion clap_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap_derive"
version = "4.0.21"
version = "4.1.0"
description = "Parse command line argument by defining a struct, derive crate."
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]
Expand Down
2 changes: 1 addition & 1 deletion clap_lex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap_lex"
version = "0.3.0"
version = "0.3.1"
description = "Minimal, flexible command line parser"
repository = "https://github.com/clap-rs/clap/tree/master/clap_lex"
categories = ["command-line-interface"]
Expand Down
2 changes: 1 addition & 1 deletion clap_mangen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap_mangen"
version = "0.2.6"
version = "0.2.7"
description = "A manpage generator for clap"
repository = "https://github.com/clap-rs/clap/tree/master/clap_mangen"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 889ca7a

Please sign in to comment.