We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b5731 commit 825247cCopy full SHA for 825247c
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
targets: ${{ matrix.target }}
97
98
- name: Build release
99
- run: cargo build --release --locked
+ run: cargo build --release
100
101
- name: Create package
102
run: |
0 commit comments