Skip to content

Commit

Permalink
Update version in README and bump for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel committed Nov 11, 2023
1 parent 0b0fd6c commit 551c5a3
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 = "rpassword"
version = "7.3.0"
version = "7.3.1"
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
description = "Read passwords in console applications."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add `rpassword` as a dependency in Cargo.toml:

```toml
[dependencies]
rpassword = "7.2"
rpassword = "7.3"
```

See examples and docs at [https://docs.rs/rpassword](https://docs.rs/rpassword).
Expand Down

0 comments on commit 551c5a3

Please sign in to comment.