From 493fdfd9ef37f6c787470f5ea37c0d9363785efb Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 20 May 2024 17:16:45 +0000 Subject: [PATCH] Update msrv to 1.63 The tests depend on criterion, which no longer supports rust 1.56. Fixes #267 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc16881..6b5003a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ keywords = [ license = "MIT" readme = "README.md" repository = "https://github.com/ferrilab/bitvec" -rust-version = "1.56" +rust-version = "1.63" [features] alloc = [