Bump version for 0.25.0 release (#645)

This commit is contained in:
Stefan Holderbach 2023-10-16 20:03:20 +02:00 committed by GitHub
parent fb9337dccb
commit adc20cb371
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.24.0"
version = "0.25.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.24.0"
version = "0.25.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]