Bump version to 0.27.1 (#683)

This commit is contained in:
Stefan Holderbach 2023-12-14 18:43:08 +01:00 committed by GitHub
parent ea83904b89
commit 0046da98b5
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.27.0"
version = "0.27.1"
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.27.0"
version = "0.27.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]