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"