Skip to content

Commit 4c9104f

Browse files
committed
lock issues
1 parent 9383084 commit 4c9104f

File tree

3 files changed

+1161
-2
lines changed

3 files changed

+1161
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Build
28-
run: cargo build --release --locked
28+
run: cargo build --release
2929
- name: Upload binaries to release
3030
uses: svenstaro/upload-release-action@v2
3131
with:

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
cargo.lock

0 commit comments

Comments
 (0)