From 668121bebf8f20472439595b6ac406ba3c6c6033 Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Sat, 25 Jan 2025 20:58:52 +0800 Subject: [PATCH] increase MSRV to 1.64 for tokio example --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6e20dbd..fc64648 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["linux", "gpio", "gpiochip", "libgpiod", "chardev"] license = "Apache-2.0 OR MIT" name = "gpiocdev" repository = "https://github.com/warthog618/gpiocdev-rs" -rust-version = "1.63" +rust-version = "1.64" version = "0.7.2" [dependencies]