From b453a7c6146008033ad1cd74b86d66508c85f185 Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Sat, 19 Oct 2024 22:53:39 +0200 Subject: [PATCH] Fix toml formatting --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }