Skip to content

Commit 779d842

Browse files
authored
chore: bump rust toolchain to fix broken CI (#296)
Fixes the broken backend-rust-canbench.yml CI workflow, which currently [fails](https://github.com/dfinity/vetkeys/actions/runs/21644361526/job/62392399166) with ``` error: failed to compile `canbench v0.4.0` [...] Caused by: rustc 1.85.0 is not supported by the following packages: time@0.3.46 requires rustc 1.88.0 time-core@0.1.8 requires rustc 1.88.0 ```
1 parent 9f412a4 commit 779d842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.88.0"
33
targets = ["wasm32-unknown-unknown"]
44
profile = "default"

0 commit comments

Comments
 (0)