Remove uses of zcash_primitives
public reexports.
#293
Annotations
3 errors and 4 warnings
Rustfmt
Process completed with exit code 1.
|
/home/runner/work/zcash-devtool/zcash-devtool/src/main.rs#L14
use of deprecated function `zcash_transparent::keys::pubkey_to_address`: This function will be removed from the public API in an upcoming refactor.
|
use of deprecated function `zcash_transparent::keys::pubkey_to_address`: This function will be removed from the public API in an upcoming refactor.:
src/main.rs#L14
error: use of deprecated function `zcash_transparent::keys::pubkey_to_address`: This function will be removed from the public API in an upcoming refactor.
--> src/commands/inspect/transaction.rs:14:11
|
14 | keys::pubkey_to_address,
| ^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build latest on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|