diff --git a/Cargo.toml b/Cargo.toml index 93c9333646..309f432efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "6.1.2" +version = "6.2.0" authors = ["Katsu Kawakami "] edition = "2018" description = "Rustyline, a readline implementation based on Antirez's Linenoise" diff --git a/README.md b/README.md index b5bd2597cb..5e0bfdd4d6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ to your `Cargo.toml`: ```toml [dependencies] -rustyline = "6.1.2" +rustyline = "6.2.0" ``` ## Features