Skip to content

Commit

Permalink
docker: Bump cargo-tarpaulin to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Feb 21, 2023
1 parent 3e83d21 commit 733553b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/5191.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker: Bump cargo-tarpaulin to 0.25.0
3 changes: 1 addition & 2 deletions docker/oasis-core-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ RUN wget -O codecov https://codecov.io/bash && \
mv codecov /usr/local/bin

# Install tarpaulin.
RUN RUSTFLAGS="--cfg procmacro2_semver_exempt" \
cargo install --version 0.20.1 cargo-tarpaulin
RUN cargo install --version 0.25.0 cargo-tarpaulin

0 comments on commit 733553b

Please sign in to comment.