Bump version for 0.26.0 release (#664)

This commit is contained in:
Stefan Holderbach 2023-11-14 20:20:55 +01:00 committed by GitHub
parent 879272643f
commit 93af55c2eb
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

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