diff --git a/Cargo.toml b/Cargo.toml index 7819abd1401f8612cf28b7467f0bd71c83c0aed3..af6ebb29dff6e172fbd2717eb10a8a4d78401593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "2.0.0-alpha" +version = "2.0.0" authors = ["Katsu Kawakami <kkawa1570@gmail.com>"] description = "Rustyline, a readline implementation based on Antirez's Linenoise" documentation = "http://docs.rs/rustyline"