Skip to content

Support older sqlite versions. #506

Support older sqlite versions.

Support older sqlite versions. #506

Triggered via pull request August 30, 2024 17:23
Status Failure
Total duration 2m 24s
Artifacts

audits.yml

on: pull_request
Vet Rust dependencies
2m 16s
Vet Rust dependencies
Check licenses
49s
Check licenses
Fit to window
Zoom out
Zoom in

Annotations

3 errors
`to_string` applied to a type that implements `Display` in `format!` args: zcash_client_sqlite/src/wallet/init.rs#L393
error: `to_string` applied to a type that implements `Display` in `format!` args --> zcash_client_sqlite/src/wallet/init.rs:393:17 | 393 | captures["major"].to_string() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use this: `&captures["major"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args = note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
`to_string` applied to a type that implements `Display` in `format!` args: zcash_client_sqlite/src/wallet/init.rs#L393
error: `to_string` applied to a type that implements `Display` in `format!` args --> zcash_client_sqlite/src/wallet/init.rs:393:17 | 393 | captures["major"].to_string() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use this: `&captures["major"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args = note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
Vet Rust dependencies
Process completed with exit code 255.