Remove unstable-synapse-quirks from default feature set for ruma

otherwise there is no point in exposing that feature
master
Jonas Platte 2020-11-23 15:27:43 +01:00
parent 591f031246
commit 2e387436cf
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ js_int = "0.1.9"
version = "0.0.1"
git = "https://github.com/ruma/ruma"
rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3"
features = ["client-api", "unstable-pre-spec", "unstable-synapse-quirks"]
features = ["client-api", "unstable-pre-spec"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
uuid = { version = "0.8.1", default-features = false, features = ["v4", "serde"] }