File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 88Add 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
1717The crate makes 3 things public: ` DEFAULT_COST ` , ` hash ` , ` verify ` .
You can’t perform that action at this time.
0 commit comments