Skip to content

Commit 3818ee5

Browse files
committed
Bump MSRV
1 parent 308b7ba commit 3818ee5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
rust: [1.63.0, stable]
1414

1515
include:
16-
- rust: 1.63.0
16+
- rust: 1.85.0
1717
test_no_std: false
18-
- rust: 1.63.0
18+
- rust: 1.85.0
1919
test_no_std: true
2020
- rust: stable
2121
test_no_std: true

README.md

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

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

14-
The minimum Rust version is 1.63.0.
14+
The minimum Rust version is 1.85.0.
1515

1616
## Usage
1717
The crate makes 3 things public: `DEFAULT_COST`, `hash`, `verify`.

0 commit comments

Comments
 (0)