Skip to content

Commit f80c9a5

Browse files
committed
Add required targets to toolchains file
Signed-off-by: Jorge Prendes <[email protected]>
1 parent aeda516 commit f80c9a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust-toolchain.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[toolchain]
22
channel = "1.81.0"
33
# if you update this, don't forget to change the pinned version
4-
# of nightly we use in the fuzzing workflow.
4+
# of nightly we use in the fuzzing workflow.
5+
6+
targets = [ "x86_64-unknown-none", "x86_64-pc-windows-msvc" ]

0 commit comments

Comments
 (0)