This commit is contained in:
Jonas Platte 2020-04-17 19:22:55 +02:00
parent 28d836ec50
commit ef4edeb20d
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -18,7 +18,7 @@ edition = "2018"
[dependencies]
http = "0.2.1"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.15.1", path = "ruma-api-macros", optional = true }
ruma-api-macros = { version = "=0.16.0-rc.1", path = "ruma-api-macros", optional = true }
ruma-identifiers = { version = "0.15.1", optional = true }
serde = { version = "1.0.106", features = ["derive"], optional = true }
serde_json = "1.0.51"