Skip to content

Commit 3a046d1

Browse files
committed
no need to lock
1 parent 6b2d3de commit 3a046d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install:
7171
build: false
7272

7373
test_script:
74-
- cargo build --release --target %TARGET% %FEATURES% --locked
74+
- cargo build --release --target %TARGET% %FEATURES%
7575
- cargo test --release -p rustup-dist --target %TARGET%
7676
- cargo test --release --target %TARGET% %FEATURES%
7777
- if defined BUILD_MSI pushd src\rustup-win-installer && cargo build --release --target %TARGET% & popd

0 commit comments

Comments
 (0)