Skip to content

Commit

Permalink
Merge pull request kkawakam#373 from gwenn/6.1.2
Browse files Browse the repository at this point in the history
Prepare release 6.1.2
  • Loading branch information
gwenn authored Apr 23, 2020
2 parents fb65a7a + f070f3c commit 82b6da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline"
version = "6.1.1"
version = "6.1.2"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
edition = "2018"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
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 = "6.1.1"
rustyline = "6.1.2"
```

## Features
Expand Down

0 comments on commit 82b6da3

Please sign in to comment.