Skip to content

Commit d1ff1b1

Browse files
authoredApr 2, 2025
Bump rust version (#141)
* Bump rust version * Bump rust CI also
1 parent 68a5861 commit d1ff1b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/rust-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Rust CI
99
- cron: 0 14 * * 1
1010
jobs:
1111
rust-ci:
12-
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0
12+
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
1313
with:
1414
# only run build, only on the toolchain version
1515
# typescript runs the real tests

‎rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.76.0"
3+
channel = "1.81.0"

0 commit comments

Comments
 (0)