Bump version for 0.27 release (#681)

This commit is contained in:
Stefan Holderbach 2023-12-12 18:16:12 +01:00 committed by GitHub
parent ff5fdb0e10
commit 63139b84fc
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

@ -568,7 +568,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.26.0"
version = "0.27.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.26.0"
version = "0.27.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]