diff --git a/Cargo.toml b/Cargo.toml index 62025f782..1da841859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "8.0.0" +version = "8.1.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 69fe27e42..54537a5d3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ to your `Cargo.toml`: ```toml [dependencies] -rustyline = "8.0.0" +rustyline = "8.1.0" ``` ## Features