From 2f07b803a84ee5183c51d3c0832a58ec073c04dd Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Mon, 3 Dec 2018 18:06:14 -0800 Subject: [PATCH] Update to ruma-api 0.6.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56cdf43a..88e438e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.2.2" [dependencies] quote = "0.6" -ruma-api = "0.5" +ruma-api = "0.6" [dependencies.syn] version = "0.14"