Update deps, make alpha releases

This commit is contained in:
Jonas Platte 2019-11-28 21:58:07 +01:00
parent 81207890b6
commit f7c6bd7d4e
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 6 additions and 6 deletions

View File

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

View File

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