Remove unstable-synapse-quirks from default feature set for ruma
otherwise there is no point in exposing that featuremaster
parent
591f031246
commit
2e387436cf
|
@ -22,7 +22,7 @@ js_int = "0.1.9"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
git = "https://github.com/ruma/ruma"
|
git = "https://github.com/ruma/ruma"
|
||||||
rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3"
|
rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3"
|
||||||
features = ["client-api", "unstable-pre-spec", "unstable-synapse-quirks"]
|
features = ["client-api", "unstable-pre-spec"]
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
uuid = { version = "0.8.1", default-features = false, features = ["v4", "serde"] }
|
uuid = { version = "0.8.1", default-features = false, features = ["v4", "serde"] }
|
||||||
|
|
Loading…
Reference in New Issue