Skip to content

Commit

Permalink
commit the Cargo.lock file
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Oct 30, 2023
1 parent a16c4b2 commit 5540b75
Show file tree
Hide file tree
Showing 3 changed files with 2,832 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ jobs:
- name: Build
run: |
cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
cross build --lib --release --target ${{matrix.target}}
cross build --lib --release --target ${{matrix.target}} --locked
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ target
*.bak.db
*.db-shm
*.db-wal
Cargo.lock
.DS_Store
*.tgz
*.so
Expand Down
Loading

0 comments on commit 5540b75

Please sign in to comment.