--- a/runtime/tests/Cargo.toml +++ b/runtime/tests/Cargo.toml @@ -3,6 +3,11 @@ version = "0.1.0" edition = "2021" +[features] +default = ['refungible'] + +refungible = [] + [dependencies] up-data-structs = { default-features = false, path = '../../primitives/data-structs' }