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 bbc28fa commit 920e169Copy full SHA for 920e169
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bcrypt"
3
-version = "0.17.0"
+version = "0.17.1"
4
authors = ["Vincent Prouillet <[email protected]>"]
5
license = "MIT"
6
readme = "README.md"
README.md
@@ -61,6 +61,7 @@ for new projects.
61
62
## Changelog
63
64
+* 0.17.1: implements `Display` for HashParts instead of `ToString`
65
* 0.17.0: update getrandom and remove `js` featuree
66
* 0.16.0: add `non_truncating_*` functions
67
* 0.15.1: update base64 dependency
0 commit comments