Skip to content

Commit 5d57c82

Browse files
authored
Update rust version to 1.85.0 (#2090)
The CI is failing with following error: ``` installing nextest Updating crates.io index error: cannot install package `cargo-nextest 0.9.97`, it requires rustc 1.85 or newer, while the currently active rustc version is 1.82.0 `cargo-nextest 0.9.97-b.2` supports rustc 1.81 non 0 exit code: exit status: 101 Error: Process completed with exit code 255. ``` https://github.com/tursodatabase/libsql/actions/runs/15376592072/job/43262042664 So this patch updates the rust version
2 parents 395b2ca + f6b2884 commit 5d57c82

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Cargo.lock

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.82.0"
3+
channel = "1.85.0"

0 commit comments

Comments
 (0)