Skip to content

Commit

Permalink
Merge branch 'main' into any-discriminator
Browse files Browse the repository at this point in the history
  • Loading branch information
vgerber authored Dec 9, 2024
2 parents 40706b4 + 778d8fa commit 575afe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: just test-coverage-codecov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.2
uses: codecov/codecov-action@v5.1.1
with:
files: codecov.json
fail_ci_if_error: true
Expand Down
8 changes: 4 additions & 4 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 @@ -39,7 +39,7 @@ serde = "1"
serde_json = "1"
serde_with = "3"
serde_yml = "0.0.12"
tokio = "1.41.1"
tokio = "1.42.0"
url = "2"

[patch.crates-io]
Expand Down

0 comments on commit 575afe3

Please sign in to comment.