signatures: Remove unused compat feature

This commit is contained in:
Jonas Platte 2022-06-23 12:43:53 +02:00
parent f9f2c89615
commit 33e1a20c4b
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@ edition = "2021"
all-features = true
[features]
compat = ["tracing"]
ring-compat = ["subslice"]
unstable-exhaustive-types = []
unstable-msc2870 = []
@ -30,7 +29,6 @@ serde_json = "1.0.60"
sha2 = "0.9.5"
subslice = { version = "0.2.3", optional = true }
thiserror = "1.0.26"
tracing = { version = "0.1.25", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"

View File

@ -88,7 +88,6 @@ compat = [
"ruma-common/compat",
"ruma-client-api?/compat",
"ruma-federation-api?/compat",
"ruma-signatures?/compat",
"ruma-state-res?/compat",
]