Skip to content

Commit 217eab3

Browse files
authored
Bump MSRV (#94)
1 parent 308b7ba commit 217eab3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
rust: [1.63.0, stable]
13+
rust: [1.85.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
@@ -79,7 +79,7 @@ jobs:
7979

8080
- uses: dtolnay/rust-toolchain@master
8181
with:
82-
toolchain: 1.63.0
82+
toolchain: 1.85.0
8383
components: clippy
8484

8585
- run: cargo clippy -- -D warnings

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)