mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore: release 0.1.11
This commit is contained in:
parent
7e6eb7d280
commit
865a1c531f
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -414,7 +414,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_complete_nushell"
|
name = "clap_complete_nushell"
|
||||||
version = "0.1.10"
|
version = "0.1.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clap_complete_nushell"
|
name = "clap_complete_nushell"
|
||||||
authors = [ "nibon7 <nibon7@163.com>" ]
|
authors = [ "nibon7 <nibon7@163.com>" ]
|
||||||
version = "0.1.10"
|
version = "0.1.11"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A generator library used with clap for Nushell completion scripts"
|
description = "A generator library used with clap for Nushell completion scripts"
|
||||||
|
|
Loading…
Reference in a new issue