diff --git a/Cargo.lock b/Cargo.lock index 9b35fded..8f553df2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.47.0" +version = "0.48.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index afce7b1e..7ec95c6f 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.47.0" +version = "0.48.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]