From 83ed035b786a8076bc11bcff448ac2c3144a7999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Sun, 24 Nov 2024 15:59:12 +0100 Subject: [PATCH] bump MSRV to 1.77.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93d0179..313fd58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "Nicola Busanello ", ] edition = "2021" -rust-version = "1.75.0" +rust-version = "1.77.0" repository = "https://github.com/RGB-WG/rgb-tests" homepage = "https://github.com/RGB-WG/rgb-tests" license = "Apache-2.0"