diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index ec86b19..0c63b33 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.43.0" + RUST_MIN_SRV: "1.43.1" on: [push, pull_request]