Skip to content

Commit a03a944

Browse files
committed
v0.17.0
1 parent 37da262 commit a03a944

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bcrypt"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Vincent Prouillet <[email protected]>"]
55
license = "MIT"
66
readme = "README.md"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add the following to Cargo.toml:
99

1010
```toml
11-
bcrypt = "0.16"
11+
bcrypt = "0.17"
1212
```
1313

1414
The minimum Rust version is 1.63.0.
@@ -61,6 +61,7 @@ for new projects.
6161

6262
## Changelog
6363

64+
* 0.17.0: update getrandom and remove `js` featuree
6465
* 0.16.0: add `non_truncating_*` functions
6566
* 0.15.1: update base64 dependency
6667
* 0.15.0: add an `alloc` feature that can be disabled.

0 commit comments

Comments
 (0)