diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 6d7a8d8..0fce191 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -9,7 +9,7 @@ name: Rust CI - cron: 0 14 * * 1 jobs: rust-ci: - uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0 + uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2 with: # only run build, only on the toolchain version # typescript runs the real tests diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 51b24ee..bdb353e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] profile = "default" -channel = "1.76.0" +channel = "1.81.0"