set the MSRV in Cargo.toml (#991)
This commit is contained in:
parent
4ea80864fb
commit
f3b26c5c7f
@ -3,6 +3,8 @@ name = "bcrypt-rust"
|
||||
version = "0.1.0"
|
||||
authors = ["The bcrypt developers <cryptography-dev@python.org>"]
|
||||
edition = "2018"
|
||||
# This specifies the MSRV
|
||||
rust-version = "1.64.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user