From edda62f52d53bed9b945c78a46d6a2487d22f0e7 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 5 Jun 2020 17:37:15 +0200 Subject: [PATCH] Add path for ruma-api in ruma/Cargo.toml --- ruma/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 54f49f16..cc51fada 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -24,7 +24,7 @@ ruma-identifiers = "0.16.2" ruma-events = { version = "0.21.3", optional = true } ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true } -ruma-api = { version = "0.16.1", optional = true } +ruma-api = { version = "0.16.1", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "0.1.0", path = "../ruma-appservice-api", optional = true } ruma-client-api = { version = "0.9.0", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "0.0.2", optional = true }