From ef4edeb20d1f0f252e4902c59c228354e7c03f90 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 17 Apr 2020 19:22:55 +0200 Subject: [PATCH] Fixup --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38102b98..3fb740be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ edition = "2018" [dependencies] http = "0.2.1" percent-encoding = { version = "2.1.0", optional = true } -ruma-api-macros = { version = "=0.15.1", path = "ruma-api-macros", optional = true } +ruma-api-macros = { version = "=0.16.0-rc.1", path = "ruma-api-macros", optional = true } ruma-identifiers = { version = "0.15.1", optional = true } serde = { version = "1.0.106", features = ["derive"], optional = true } serde_json = "1.0.51"