Skip to content

Commit 8199d03

Browse files
committed
fmt
1 parent 0ffbd09 commit 8199d03

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ signet-constants = { version = "0.16.0-rc.1" }
2424
signet-sim = { version = "0.16.0-rc.1" }
2525
signet-tx-cache = { version = "0.16.0-rc.1" }
2626
signet-types = { version = "0.16.0-rc.1" }
27-
signet-bundle = { version = "0.16.0-rc.1" }
2827
signet-zenith = { version = "0.16.0-rc.1" }
2928
signet-block-processor = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.2" }
3029
signet-genesis = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.2" }

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ use init4_bin_base::utils::from_env::FromEnv;
3737
// Anonymous import suppresses warnings about unused imports.
3838
use openssl as _;
3939
use signet_constants::SignetSystemConstants;
40-
use signet_bundle as _;
4140
use std::sync::OnceLock;
4241

4342
/// Global static configuration for the Builder binary.

0 commit comments

Comments
 (0)