From faa69b6cfe034ec302253d7b5c75c25cc2c376e8 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Tue, 19 Jul 2022 18:08:11 +0900 Subject: [PATCH] chore: explicitly set MSRV to 1.56.1 in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2e17bae..1816538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ license = "MIT" exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"] autoexamples = true edition = "2021" +rust-version = "1.56.1" [badges]