diff --git a/Cargo.lock b/Cargo.lock index aa6e41b0..a35b5db5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.34.0" +version = "0.35.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a2dd3a5e..f87e952b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "reedline" repository = "https://github.com/nushell/reedline" rust-version = "1.63.0" -version = "0.34.0" +version = "0.35.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]