mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-11 08:31:01 +00:00
remove temp_dir; tempfile has all we need
This commit is contained in:
@@ -27,7 +27,7 @@ sp-core = { workspace = true }
|
||||
sp-runtime = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
temp-dir = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -605,7 +605,7 @@ impl Drop for GethNode {
|
||||
mod tests {
|
||||
use revive_dt_config::Arguments;
|
||||
|
||||
use temp_dir::TempDir;
|
||||
use tempfile::TempDir;
|
||||
|
||||
use crate::{GENESIS_JSON, Node};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user