From fe356b54c080fb0b97a5d924ac9079f89bdb828c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 9 Feb 2024 16:58:49 -0500 Subject: [PATCH] Bump MSRV to 1.74 We really really want the MSRV-aware resolver, because we're just getting dragged on this by clap-lex bumping, when we don't have any dependency on newer versions of that really. --- cli/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4930891d..3ea1fe29 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/ostreedev/ostree-rs-ext" readme = "README.md" publish = false -rust-version = "1.70.0" +rust-version = "1.74.0" [dependencies] anyhow = "1.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 74bcc157..b034156a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -7,7 +7,7 @@ name = "ostree-ext" readme = "README.md" repository = "https://github.com/ostreedev/ostree-rs-ext" version = "0.13.1" -rust-version = "1.70.0" +rust-version = "1.74.0" [dependencies] anyhow = "1.0"