Release ruma-api-macros 0.9.0, ruma-api 0.12.0

This commit is contained in:
Jonas Platte 2019-12-12 20:48:40 +01:00
parent d68c59974d
commit 08a3d820be
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.12.0-alpha.1"
version = "0.12.0"
edition = "2018"
[dependencies]
http = "0.2.0"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.9.0-alpha.1", path = "ruma-api-macros", optional = true }
ruma-api-macros = { version = "=0.9.0", path = "ruma-api-macros", optional = true }
ruma-identifiers = "0.14.0"
serde = { version = "1.0.103", features = ["derive"], optional = true }
serde_json = "1.0.42"

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.9.0-alpha.1"
version = "0.9.0"
edition = "2018"
[dependencies]