Skip to content

Commit 0981d05

Browse files
committed
newdoc.spec: Remove non-existing parameter
1 parent 83143e7 commit 0981d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newdoc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The newdoc tool generates pre-populated module and assembly files formatted with
3030

3131
%build
3232
# Install the latest Rust compiler.
33-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --component cargo rust-std rustc
33+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --component cargo rustc
3434

3535
# Build the binary.
3636
~/.cargo/bin/cargo build --release

0 commit comments

Comments
 (0)