Update ruma-events, bump versions

This commit is contained in:
Jonas Platte 2020-04-22 21:39:05 +02:00
parent df7914de1a
commit 85cef85b60
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 4 additions and 4 deletions

View File

@ -12,13 +12,13 @@ license = "MIT"
name = "ruma-api" name = "ruma-api"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-api" repository = "https://github.com/ruma/ruma-api"
version = "0.16.0-rc.2" version = "0.16.0-rc.3"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
http = "0.2.1" http = "0.2.1"
percent-encoding = { version = "2.1.0", optional = true } 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" ruma-identifiers = "0.16.0"
serde = { version = "1.0.106", features = ["derive"], optional = true } serde = { version = "1.0.106", features = ["derive"], optional = true }
serde_json = "1.0.51" serde_json = "1.0.51"
@ -26,7 +26,7 @@ serde_urlencoded = "0.6.1"
strum = "0.18.0" strum = "0.18.0"
[dev-dependencies] [dev-dependencies]
ruma-events = { git = "https://github.com/ruma/ruma-events", branch = "event-json" } ruma-events = "0.21.0-beta.1"
[features] [features]
default = ["with-ruma-api-macros"] default = ["with-ruma-api-macros"]

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-api-macros" name = "ruma-api-macros"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-api" repository = "https://github.com/ruma/ruma-api"
version = "0.16.0-rc.2" version = "0.16.0-rc.3"
edition = "2018" edition = "2018"
[dependencies] [dependencies]