Skip to content

Commit

Permalink
Update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Nov 18, 2024
1 parent 378f356 commit c905948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.60.0, stable]
rust: [1.63.0, stable]

include:
- rust: 1.60.0
- rust: 1.63.0
test_no_std: false
- rust: 1.60.0
- rust: 1.63.0
test_no_std: true
- rust: stable
test_no_std: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
Add the following to Cargo.toml:

```toml
bcrypt = "0.15"
bcrypt = "0.16"
```

The minimum Rust version is 1.60.0.
The minimum Rust version is 1.63.0.

## Usage
The crate makes 3 things public: `DEFAULT_COST`, `hash`, `verify`.
Expand Down

0 comments on commit c905948

Please sign in to comment.