Skip to content

Commit

Permalink
Final clean up for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meade committed Oct 22, 2024
1 parent 1127c07 commit 6246546
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 85 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo fmt --check
- run: cargo clippy --locked
- run: cargo install cargo-outdated
- run: cargo outdated --root-deps-only --exit-code 1
- run: cargo fmt --all -- --check
- run: cargo generate-lockfile --locked
- run: cargo check --locked
- run: cargo clippy --locked
- run: cargo verify-project --locked

test:
name: Test
Expand Down
95 changes: 46 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gotham_restful = "0.9.0"
log = "0.4.22"
mongodb = "3.1.0"
serde = "1.0.210"
serde_json = "1.0.128"
serde_json = "1.0.132"
time = "0.3.36"
tokio = { version = "1.40.0", features = [ "full" ] }
uuid = { version = "1.11.0", features = [ "serde", "v4" ] }
Expand Down
Loading

0 comments on commit 6246546

Please sign in to comment.