From e9c809bf28741f7b9cfa4ffac950f65a397d1cf3 Mon Sep 17 00:00:00 2001 From: dsgallups Date: Wed, 22 Jan 2025 16:49:53 -0500 Subject: [PATCH] fix: verifiable MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edef8fb..47fe40c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/" repository = "https://github.com/pop-os/cosmic-text" -rust-version = "1.66" +rust-version = "1.75" [dependencies] bitflags = "2.4.1"