diff --git a/Cargo.toml b/Cargo.toml index bd41ad2d0..eac6a6327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,8 +249,8 @@ zeitgeist-macros = { path = "macros", default-features = false } zeitgeist-primitives = { path = "primitives", default-features = false } zrml-authorized = { path = "zrml/authorized", default-features = false } zrml-combinatorial-tokens = { path = "zrml/combinatorial-tokens", default-features = false } -zrml-futarchy = { path = "zrml/futarchy", default-features = false } zrml-court = { path = "zrml/court", default-features = false } +zrml-futarchy = { path = "zrml/futarchy", default-features = false } zrml-global-disputes = { path = "zrml/global-disputes", default-features = false } zrml-hybrid-router = { path = "zrml/hybrid-router", default-features = false } zrml-market-commons = { path = "zrml/market-commons", default-features = false }