We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650a150 commit cf6ffd2Copy full SHA for cf6ffd2
.github/actions/toolchain/action.yml
@@ -46,7 +46,7 @@ runs:
46
47
# Install dependencies
48
cargo install [email protected] # TODO:
49
- cargo install cargo-tarpaulin@0.27.3 # TODO:
+ cargo install cargo-tarpaulin@0.31.0 # TODO:
50
51
# Cache these binaries
52
for f in sqlx cargo-tarpaulin; do
0 commit comments