Skip to content

Commit fd675c3

Browse files
str4debfull
authored andcommitted
rust: Migrate to zcash_primitives 0.14.0
1 parent 2112e46 commit fd675c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+960
-993
lines changed

.github/workflows/audits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: dtolnay/rust-toolchain@stable
1818
id: toolchain
1919
- run: rustup override set ${{steps.toolchain.outputs.name}}
20-
- run: cargo install cargo-vet --version ~0.8
20+
- run: cargo install cargo-vet --version ~0.9
2121
- run: cargo vet --locked
2222

2323
cargo-deny:

0 commit comments

Comments
 (0)