From 1b43b395745df66bddc2c313c54f3bc11b3cb202 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 29 Apr 2023 17:11:58 -0400 Subject: rust: Bump MSRV to 1.64 Since a dependency `winnow` bumped to this in a recent update. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6d62534..37959f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" -rust-version = "1.63.0" +rust-version = "1.64.0" version = "0.18.0" exclude = [ -- cgit v1.2.1