events: Add missing dependency feature

This commit is contained in:
Jonas Platte 2021-05-08 00:44:04 +02:00
parent addc67051e
commit ee39f7c28c
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -16,7 +16,7 @@ criterion = { version = "0.3.3", optional = true }
js_int = { version = "0.2.0", features = ["serde"] }
ruma-common = { version = "0.5.0", path = "../ruma-common" }
ruma-events-macros = { version = "=0.22.0-alpha.3", path = "../ruma-events-macros" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] }