We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308b7ba commit 3818ee5Copy full SHA for 3818ee5
2 files changed
.github/workflows/ci.yml
@@ -13,9 +13,9 @@ jobs:
13
rust: [1.63.0, stable]
14
15
include:
16
- - rust: 1.63.0
+ - rust: 1.85.0
17
test_no_std: false
18
19
test_no_std: true
20
- rust: stable
21
README.md
@@ -8,10 +8,10 @@
8
Add the following to Cargo.toml:
9
10
```toml
11
-bcrypt = "0.17"
+bcrypt = "0.18"
12
```
-The minimum Rust version is 1.63.0.
+The minimum Rust version is 1.85.0.
## Usage
The crate makes 3 things public: `DEFAULT_COST`, `hash`, `verify`.
0 commit comments