Update ruma-identifiers, bump versions

This commit is contained in:
Jonas Platte 2020-04-20 15:56:08 +02:00
parent 21d6c890a7
commit 3fb21b3330
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,14 +12,14 @@ 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.1" version = "0.16.0-rc.2"
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.1", path = "ruma-api-macros", optional = true } ruma-api-macros = { version = "=0.16.0-rc.2", path = "ruma-api-macros", optional = true }
ruma-identifiers = "0.15.1" 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"
serde_urlencoded = "0.6.1" serde_urlencoded = "0.6.1"

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.1" version = "0.16.0-rc.2"
edition = "2018" edition = "2018"
[dependencies] [dependencies]