Skip to content

Commit 72b0e7d

Browse files
authored
Update Rust toolchain version to 1.90.0
Linux Musl build fails with error. Hence updating to latest stable ``` error: failed to compile `cross v0.2.5 (https://github.com/cross-rs/cross#49cd054d)`, intermediate artifacts can be found at `/tmp/cargo-installQ6m96F`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. Caused by: rustc 1.87.0 is not supported by the following package: [email protected] requires rustc 1.88 ```
1 parent 7d93793 commit 72b0e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.87.0"
2+
channel = "1.90.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]
55
targets = [

0 commit comments

Comments
 (0)