From 85cef85b607af63d91ed3a557c836680a919aee1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Apr 2020 21:39:05 +0200 Subject: [PATCH] Update ruma-events, 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 b418e679..ecb85c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,13 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.16.0-rc.2" +version = "0.16.0-rc.3" edition = "2018" [dependencies] http = "0.2.1" percent-encoding = { version = "2.1.0", optional = true } -ruma-api-macros = { version = "=0.16.0-rc.2", path = "ruma-api-macros", optional = true } +ruma-api-macros = { version = "=0.16.0-rc.3", 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" @@ -26,7 +26,7 @@ serde_urlencoded = "0.6.1" strum = "0.18.0" [dev-dependencies] -ruma-events = { git = "https://github.com/ruma/ruma-events", branch = "event-json" } +ruma-events = "0.21.0-beta.1" [features] default = ["with-ruma-api-macros"] diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 509d17f8..13da99ed 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.2" +version = "0.16.0-rc.3" edition = "2018" [dependencies]