Skip to content

Commit

Permalink
build: try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram.maldant committed Mar 9, 2021
1 parent 63332ef commit e85ca25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -11,6 +11,6 @@ jobs:
fetch-depth: 0
- uses: Swatinem/rust-cache@v1
- name: Coverage
uses: actions-rs/tarpaulin@v0.1
uses: actions-rs/tarpaulin@v0.1.3
with:
args: --ignore-tests --ciserver github-ci --coveralls ${{ secrets.COVERALLS_TOKEN }}
4 changes: 2 additions & 2 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 lib/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ include = ["/src/*", "/Cargo.toml"]
[dependencies]
wiremock = "0.5.1"
anyhow = "1.0.38"
async-trait = "0.1.47"
async-trait = "0.1.48"
serde_json = "1.0.64"
http-types = "2.10.0"
itertools = "0.10.0"
Expand Down

0 comments on commit e85ca25

Please sign in to comment.