We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3111808 commit 8ac4079Copy full SHA for 8ac4079
src/lib.rs
@@ -36,8 +36,8 @@ pub mod test_utils;
36
use init4_bin_base::utils::from_env::FromEnv;
37
// Anonymous import suppresses warnings about unused imports.
38
use openssl as _;
39
-use signet_constants::SignetSystemConstants;
40
use signet_bundle as _;
+use signet_constants::SignetSystemConstants;
41
use std::sync::OnceLock;
42
43
/// Global static configuration for the Builder binary.
0 commit comments