We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37da262 commit a03a944Copy full SHA for a03a944
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bcrypt"
3
-version = "0.16.0"
+version = "0.17.0"
4
authors = ["Vincent Prouillet <[email protected]>"]
5
license = "MIT"
6
readme = "README.md"
README.md
@@ -8,7 +8,7 @@
8
Add the following to Cargo.toml:
9
10
```toml
11
-bcrypt = "0.16"
+bcrypt = "0.17"
12
```
13
14
The minimum Rust version is 1.63.0.
@@ -61,6 +61,7 @@ for new projects.
61
62
## Changelog
63
64
+* 0.17.0: update getrandom and remove `js` featuree
65
* 0.16.0: add `non_truncating_*` functions
66
* 0.15.1: update base64 dependency
67
* 0.15.0: add an `alloc` feature that can be disabled.
0 commit comments