From 781813ff8253c1984444481fbef5ccc9bdfdff5c Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Mon, 18 Dec 2023 16:44:52 -0600 Subject: [PATCH] Add MSRV of 1.75 --- trait-variant/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trait-variant/Cargo.toml b/trait-variant/Cargo.toml index c10cf18..675ecf9 100644 --- a/trait-variant/Cargo.toml +++ b/trait-variant/Cargo.toml @@ -15,6 +15,7 @@ keywords = ["async", "trait", "impl"] license.workspace = true repository.workspace = true edition = "2021" +rust-version = "1.75" [lib] proc-macro = true