Bump version for 0.31.0 release (#780)

This commit is contained in:
Stefan Holderbach 2024-04-02 19:05:51 +02:00 committed by GitHub
parent b7209b6872
commit 9853df3126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -684,7 +684,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.30.0"
version = "0.31.0"
dependencies = [
"arboard",
"chrono",

View File

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