Remove no-op default-features = false
This commit is contained in:
parent
92c1602d2d
commit
706bbf1753
@ -66,7 +66,7 @@ phf = { version = "0.11.1", features = ["macros"], optional = true }
|
|||||||
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
|
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
|
||||||
rand = { version = "0.8.3", optional = true }
|
rand = { version = "0.8.3", optional = true }
|
||||||
regex = { version = "1.5.6", default-features = false, features = ["std", "perf"] }
|
regex = { version = "1.5.6", default-features = false, features = ["std", "perf"] }
|
||||||
ruma-identifiers-validation = { workspace = true, default-features = false }
|
ruma-identifiers-validation = { workspace = true }
|
||||||
ruma-macros = { workspace = true }
|
ruma-macros = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_html_form = { workspace = true }
|
serde_html_form = { workspace = true }
|
||||||
|
@ -22,7 +22,7 @@ once_cell = "1.13.0"
|
|||||||
proc-macro-crate = "1.0.0"
|
proc-macro-crate = "1.0.0"
|
||||||
proc-macro2 = "1.0.24"
|
proc-macro2 = "1.0.24"
|
||||||
quote = "1.0.8"
|
quote = "1.0.8"
|
||||||
ruma-identifiers-validation = { workspace = true, default-features = false }
|
ruma-identifiers-validation = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
syn = { version = "1.0.57", features = ["extra-traits", "full", "visit"] }
|
syn = { version = "1.0.57", features = ["extra-traits", "full", "visit"] }
|
||||||
toml = { version = "0.7.1", default-features = false, features = ["parse"] }
|
toml = { version = "0.7.1", default-features = false, features = ["parse"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user