mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
stop building ruma-state-res as it now lives inside conduwuit
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
406bb2845b
commit
8347cc08ef
16 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
|
|||
ruma-push-gateway-api = { version = "0.9.0", path = "crates/ruma-push-gateway-api" }
|
||||
ruma-signatures = { version = "0.15.0", path = "crates/ruma-signatures" }
|
||||
ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" }
|
||||
ruma-state-res = { version = "0.11.0", path = "crates/ruma-state-res" }
|
||||
#ruma-state-res = { version = "0.11.0", path = "crates/ruma-state-res" }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_html_form = "0.2.0"
|
||||
serde_json = "1.0.87"
|
||||
|
|
|
@ -21,7 +21,7 @@ client = ["dep:ruma-client"]
|
|||
events = ["dep:ruma-events"]
|
||||
server-util = ["dep:ruma-server-util"]
|
||||
signatures = ["dep:ruma-signatures", "canonical-json"]
|
||||
state-res = ["dep:ruma-state-res"]
|
||||
#state-res = ["dep:ruma-state-res"]
|
||||
|
||||
# ruma-client feature flags
|
||||
client-ext-client-api = ["client", "ruma-client?/client-api"]
|
||||
|
@ -119,7 +119,7 @@ full = [
|
|||
"client-ext-client-api",
|
||||
"events",
|
||||
"signatures",
|
||||
"state-res",
|
||||
#"state-res",
|
||||
"appservice-api",
|
||||
"client-api",
|
||||
"federation-api",
|
||||
|
@ -201,7 +201,7 @@ unstable-exhaustive-types = [
|
|||
"ruma-identity-service-api?/unstable-exhaustive-types",
|
||||
"ruma-push-gateway-api?/unstable-exhaustive-types",
|
||||
"ruma-signatures?/unstable-exhaustive-types",
|
||||
"ruma-state-res?/unstable-exhaustive-types",
|
||||
#"ruma-state-res?/unstable-exhaustive-types",
|
||||
"ruma-events?/unstable-exhaustive-types",
|
||||
]
|
||||
unstable-extensible-events = [
|
||||
|
@ -344,7 +344,7 @@ ruma-events = { workspace = true, optional = true }
|
|||
ruma-html = { workspace = true, optional = true }
|
||||
ruma-server-util = { workspace = true, optional = true }
|
||||
ruma-signatures = { workspace = true, optional = true }
|
||||
ruma-state-res = { workspace = true, optional = true }
|
||||
#ruma-state-res = { workspace = true, optional = true }
|
||||
|
||||
ruma-appservice-api = { workspace = true, optional = true }
|
||||
ruma-client-api = { workspace = true, optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue