diff --git a/pallets/traits/Cargo.toml b/pallets/traits/Cargo.toml index 78ea5c2..c163cac 100644 --- a/pallets/traits/Cargo.toml +++ b/pallets/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghost-traits" -version = "0.3.24" +version = "0.3.25" license.workspace = true authors.workspace = true edition.workspace = true diff --git a/pallets/traits/src/lib.rs b/pallets/traits/src/lib.rs index 619e5b1..c78697e 100644 --- a/pallets/traits/src/lib.rs +++ b/pallets/traits/src/lib.rs @@ -1,4 +1,4 @@ #![cfg_attr(not(feature = "std"), no_std)] -pub mod networks; pub mod exposure; +pub mod networks;