Skip to content

Commit

Permalink
chore: bump deps and commit Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 28, 2023
1 parent 45807c1 commit 53517e3
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
components: rustfmt,clippy,rust-docs

- name: Cargo check
run: cargo check

- name: Cargo fmt
run: cargo fmt -- --check

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Generated by Cargo

# 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
trace-*.json

# These are backup files generated by rustfmt
Expand Down
Loading

0 comments on commit 53517e3

Please sign in to comment.