Bump to 0.20.0 for release (#581)

This commit is contained in:
Stefan Holderbach 2023-06-06 12:27:27 +02:00 committed by GitHub
parent 78a81adf87
commit 3cb0feb094
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

@ -611,7 +611,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.19.2"
version = "0.20.0"
dependencies = [
"chrono",
"clipboard",

View File

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