Skip to content

Commit

Permalink
fix rust toolchain version for client prod build (#2753)
Browse files Browse the repository at this point in the history
* fix rust toolchain version for client prod build

* add rust-src to the toolchain components

* add explicit install for rust-src

* revert un-needed changes

---------

Co-authored-by: Andrea Giacobino <[email protected]>
  • Loading branch information
RomarQ and noandrea authored Apr 11, 2024
1 parent 7423298 commit 96cf889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.74.0"
components = [ "rustfmt", "clippy" ]
components = [ "rustfmt", "clippy", "rust-src" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 96cf889

Please sign in to comment.