Skip to content

Commit

Permalink
Update dependencies (#4)
Browse files Browse the repository at this point in the history
* chore: update deps

* run check on PR
  • Loading branch information
nacardin authored Jul 20, 2024
1 parent d662167 commit 084305b
Show file tree
Hide file tree
Showing 8 changed files with 1,002 additions and 569 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- "!v*"
branches:
- "*"
pull_request:
branches:
- master

jobs:
quick_check:
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hard_tabs = true
max_width = 120
use_small_heuristics = "Max"
edition = "2018"
edition = "2021"
Loading

0 comments on commit 084305b

Please sign in to comment.