diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index d2271eb8e..5e3547748 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -6,7 +6,7 @@ env: PROJECT_NAME: lsd PROJECT_DESC: "An ls command with a lot of pretty colors." PROJECT_AUTH: "Peltoche " - RUST_MIN_SRV: "1.70.0" + RUST_MIN_SRV: "1.74.0" on: [push, pull_request] diff --git a/Cargo.toml b/Cargo.toml index f33a63506..1fa32aca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "./README.md" repository = "https://github.com/lsd-rs/lsd" version = "1.0.0" edition = "2021" -rust-version = "1.70" +rust-version = "1.74" [[bin]] name = "lsd"