From 24eca3e00d4f5e2a75317c8a878936dff9d8ed06 Mon Sep 17 00:00:00 2001 From: Arnold Loubriat Date: Tue, 9 Jul 2024 00:09:58 +0200 Subject: [PATCH] Bring back MSRV --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4f5205a..4dc9d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Python bindings to the AccessKit library" readme = "README.md" publish = false edition = "2021" +rust-version = "1.70" [lib] name = "accesskit"