Skip to content

Commit 80abccd

Browse files
committed
Fix CI
1 parent 112e850 commit 80abccd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
env:
2222
NODEJS_VERSION: 18.x
23-
RUST_VERSION: 1.73
23+
RUST_VERSION: 1.85
2424

2525
jobs:
2626

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
workflow_dispatch: # allows manual trigger
2525

2626
env:
27-
RUST_VERSION: 1.86
27+
RUST_VERSION: 1.85
2828

2929
jobs:
3030
"lint_fmt":

0 commit comments

Comments
 (0)