Skip to content

Commit

Permalink
Prepare release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Jan 5, 2020
1 parent 0d6637a commit 0f0518c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline"
version = "5.0.6"
version = "6.0.0"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
edition = "2018"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
Expand Down Expand Up @@ -38,7 +38,7 @@ winapi = { version = "0.3", features = ["consoleapi", "handleapi", "minwindef",
env_logger = "0.7"
tempdir = "0.3"
assert_matches = "1.2"
rustyline-derive = { version = "0.2.0", path = "rustyline-derive" }
rustyline-derive = { version = "0.3.0", path = "rustyline-derive" }

[features]
default = ["with-dirs"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
rustyline = "5.0.6"
rustyline = "6.0.0"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion rustyline-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline-derive"
version = "0.2.0"
version = "0.3.0"
authors = ["gwenn"]
edition = "2018"
description = "Rustyline macros implementation of #[derive(Completer, Helper, Hinter, Highlighter)]"
Expand Down

0 comments on commit 0f0518c

Please sign in to comment.