set the MSRV in Cargo.toml (#991)

This commit is contained in:
Alex Gaynor 2025-03-02 23:15:37 -05:00 committed by GitHub
parent 4ea80864fb
commit f3b26c5c7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]