Skip to content

Commit

Permalink
ci: remove cargo.lock (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jan 13, 2024
1 parent 15c5396 commit 9171dd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
FLAGS="--target=${{ matrix.target }}"
rustup target add "${{ matrix.target }}"
fi
cargo build --release --locked $FLAGS
cargo build --release $FLAGS
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
debug/
target/

# using version bounds in Cargo.toml
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 9171dd1

Please sign in to comment.