Bump version for 0.22 release (#614)

This commit is contained in:
Stefan Holderbach 2023-07-24 21:14:01 +02:00 committed by GitHub
parent f15f0fb413
commit 0b9cb4718a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -570,7 +570,7 @@ dependencies = [
[[package]] [[package]]
name = "reedline" name = "reedline"
version = "0.21.0" version = "0.22.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"clipboard", "clipboard",

View File

@ -6,7 +6,7 @@ license = "MIT"
name = "reedline" name = "reedline"
repository = "https://github.com/nushell/reedline" repository = "https://github.com/nushell/reedline"
rust-version = "1.62.1" rust-version = "1.62.1"
version = "0.21.0" version = "0.22.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]