Skip to content

Commit

Permalink
fix: remove Cargo.lock from source
Browse files Browse the repository at this point in the history
LeoBorai committed Jul 30, 2022
1 parent a7ff05b commit ad9b922
Showing 3 changed files with 2 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -27,4 +27,4 @@ jobs:
toolchain: stable

- name: Build
run: cargo build --release --locked
run: cargo build --release
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ Thumbs.db
# Cargo #
#########
/target
Cargo.lock

# Editor Files #
################
140 changes: 0 additions & 140 deletions Cargo.lock

This file was deleted.

0 comments on commit ad9b922

Please sign in to comment.