From 3f682d2b8c17eaecf82f1b6f8418bbd68c00114b Mon Sep 17 00:00:00 2001 From: GrayJack Date: Wed, 15 May 2024 06:42:46 -0300 Subject: [PATCH] chore: update rust-version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3644b9c3..c8cf0f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["bit", "bitmask", "bitflags", "flags"] categories = ["no-std"] repository = "https://github.com/GrayJack/bitflag-attr" homepage = "https://github.com/GrayJack/bitflag-attr" -rust-version = "1.56.0" +rust-version = "1.60.0" exclude = ["/tests", "/.github"] [lib]