We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a5861 commit d1ff1b1Copy full SHA for d1ff1b1
.github/workflows/rust-ci.yaml
@@ -9,7 +9,7 @@ name: Rust CI
9
- cron: 0 14 * * 1
10
jobs:
11
rust-ci:
12
- uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0
+ uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
13
with:
14
# only run build, only on the toolchain version
15
# typescript runs the real tests
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
profile = "default"
3
-channel = "1.76.0"
+channel = "1.81.0"
0 commit comments