From 1c64e1785806bfe19fc87ccfffc14a7a9393ab6e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Mar 2025 22:11:14 -0500 Subject: [PATCH] set the MSRV in Cargo.toml --- src/_bcrypt/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_bcrypt/Cargo.toml b/src/_bcrypt/Cargo.toml index 5c810db9..8f450d96 100644 --- a/src/_bcrypt/Cargo.toml +++ b/src/_bcrypt/Cargo.toml @@ -3,6 +3,8 @@ name = "bcrypt-rust" version = "0.1.0" authors = ["The bcrypt developers "] edition = "2018" +# This specifies the MSRV +rust-version = "1.64.0" publish = false [dependencies]