chore: release 0.1.10

This commit is contained in:
nibon7 2023-01-27 19:50:11 +08:00
parent a4e7f5b258
commit e130c8a390
No known key found for this signature in database
GPG key ID: 281CE465D8EEC03B
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -16,9 +16,9 @@ checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "clap"
version = "4.1.3"
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
dependencies = [
"bitflags",
"clap_lex",
@ -35,7 +35,7 @@ dependencies = [
[[package]]
name = "clap_complete_nushell"
version = "0.1.8"
version = "0.1.10"
dependencies = [
"clap",
"clap_complete",

View file

@ -1,7 +1,7 @@
[package]
name = "clap_complete_nushell"
authors = [ "nibon7 <nibon7@163.com>" ]
version = "0.1.9"
version = "0.1.10"
edition = "2021"
license = "MIT"
description = "A generator library used with clap for Nushell completion scripts"