Skip to content

Commit

Permalink
Merge pull request #641 from gwenn/10.0.0
Browse files Browse the repository at this point in the history
Prepare 10.0.0 release
  • Loading branch information
gwenn authored Jul 17, 2022
2 parents c45de92 + 1f876e2 commit ca62587
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 = "9.1.2"
version = "10.0.0"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
edition = "2018"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
Expand Down Expand Up @@ -56,7 +56,7 @@ env_logger = { version = "0.9", default-features = false }
tempfile = "3.1.0"
rand = "0.8"
assert_matches = "1.2"
rustyline-derive = { version = "0.6.0", path = "rustyline-derive" }
rustyline-derive = { version = "0.7.0", path = "rustyline-derive" }

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

```toml
[dependencies]
rustyline = "9.1.0"
rustyline = "10.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.6.0"
version = "0.7.0"
authors = ["gwenn"]
edition = "2018"
description = "Rustyline macros implementation of #[derive(Completer, Helper, Hinter, Highlighter)]"
Expand Down

0 comments on commit ca62587

Please sign in to comment.