Fix ruma-identifiers being declared as an optional dependency
This commit is contained in:
parent
ef4edeb20d
commit
399b7ace57
@ -19,7 +19,7 @@ edition = "2018"
|
||||
http = "0.2.1"
|
||||
percent-encoding = { version = "2.1.0", 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 }
|
||||
ruma-identifiers = "0.15.1"
|
||||
serde = { version = "1.0.106", features = ["derive"], optional = true }
|
||||
serde_json = "1.0.51"
|
||||
serde_urlencoded = "0.6.1"
|
||||
@ -33,7 +33,6 @@ default = ["with-ruma-api-macros"]
|
||||
with-ruma-api-macros = [
|
||||
"percent-encoding",
|
||||
"ruma-api-macros",
|
||||
"ruma-identifiers",
|
||||
"serde",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user