Skip to content

Commit

Permalink
cargo.lock added
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Nov 1, 2024
1 parent 687e1aa commit df24365
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-musl

- os-name: Linux-aarch64
runs-on: ubuntu-20.04
target: aarch64-unknown-linux-musl

- os-name: Windows-x86_64
runs-on: windows-latest
target: x86_64-pc-windows-msvc
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

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

0 comments on commit df24365

Please sign in to comment.