From 6f8f6d9a8a91b75e24ae337fbb00f8f61c4e7816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Mon, 25 Nov 2024 13:34:32 +0100 Subject: [PATCH] Set MSRV to 1.80.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2b0dfd..64d59a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "w3c-vc-barcodes" version = "0.1.0" edition = "2021" -rust-version = "1.77.2" +rust-version = "1.80.0" [dependencies] iref = { version = "3.1.4", features = ["serde"] }