Skip to content

Commit cf6ffd2

Browse files
authored
fix(deps): update cargo-tarpaulin to 0.31.0
1 parent 650a150 commit cf6ffd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/toolchain/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
4747
# Install dependencies
4848
cargo install [email protected] # TODO:
49-
cargo install cargo-tarpaulin@0.27.3 # TODO:
49+
cargo install cargo-tarpaulin@0.31.0 # TODO:
5050
5151
# Cache these binaries
5252
for f in sqlx cargo-tarpaulin; do

0 commit comments

Comments
 (0)