diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1121bbc2a..5253ba260 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.76.0 override: true - uses: Swatinem/rust-cache@v1 @@ -97,7 +97,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.76.0 override: true - uses: Swatinem/rust-cache@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b56c42be..278beb852 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.76.0 override: true components: clippy, rustfmt diff --git a/Cargo.toml b/Cargo.toml index 8d417e378..b8f6f627b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ default-members = [ resolver = "2" [workspace.package] -rust-version = "1.72.0" +rust-version = "1.76.0" edition = "2021" authors = ["Ada Böhm ", "Jakub Beránek "]