Prepare try-runtime-cli for publication on crates.io
#322
Annotations
8 errors
|
clippy
Clippy had exited with the 101 exit code
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/create_snapshot.rs#L73
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/create_snapshot.rs:73:26
|
73 | Command::new(cargo_bin("try-runtime"))
| ^^^^^^^^^
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/create_snapshot.rs#L25
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/create_snapshot.rs:25:24
|
25 | use assert_cmd::cargo::cargo_bin;
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/execute_block.rs#L98
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/execute_block.rs:98:26
|
98 | Command::new(cargo_bin("try-runtime"))
| ^^^^^^^^^
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/execute_block.rs#L56
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/execute_block.rs:56:26
|
56 | Command::new(cargo_bin("try-runtime"))
| ^^^^^^^^^
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/execute_block.rs#L22
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/execute_block.rs:22:24
|
22 | use assert_cmd::cargo::cargo_bin;
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/follow_chain.rs#L53
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/follow_chain.rs:53:26
|
53 | Command::new(cargo_bin("try-runtime"))
| ^^^^^^^^^
|
|
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`:
core/tests/follow_chain.rs#L22
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
--> core/tests/follow_chain.rs:22:24
|
22 | use assert_cmd::cargo::cargo_bin;
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|