From 3fb21b333074fac6c38fecbd43557d20120b6785 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 20 Apr 2020 15:56:08 +0200 Subject: [PATCH] Update ruma-identifiers, bump versions --- Cargo.toml | 6 +++--- ruma-api-macros/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12c12090..cd9e86af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,14 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.16.0-rc.1" +version = "0.16.0-rc.2" edition = "2018" [dependencies] http = "0.2.1" percent-encoding = { version = "2.1.0", optional = true } -ruma-api-macros = { version = "=0.16.0-rc.1", path = "ruma-api-macros", optional = true } -ruma-identifiers = "0.15.1" +ruma-api-macros = { version = "=0.16.0-rc.2", path = "ruma-api-macros", optional = true } +ruma-identifiers = "0.16.0" serde = { version = "1.0.106", features = ["derive"], optional = true } serde_json = "1.0.51" serde_urlencoded = "0.6.1" diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index e4f5cb30..509d17f8 100644 --- a/ruma-api-macros/Cargo.toml +++ b/ruma-api-macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.16.0-rc.1" +version = "0.16.0-rc.2" edition = "2018" [dependencies]