Skip to content

Commit 833a2a7

Browse files
build: add cargo component to rust-toolchain.toml
I noticed that when I force-updated the toolchain being used for wgpu, I got an error about the `cargo` binary not being available after redirecting a naive `cargo` invocation to the set of binaries for the 1.93 toolchain. This fixes that issue.
1 parent b2f7126 commit 833a2a7

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]
22
channel = "1.93"
3-
components = ["rustfmt", "clippy"]
3+
components = ["cargo", "rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)