Make cargo-sort happy

This commit is contained in:
Jonas Platte 2021-06-01 13:20:34 +02:00
parent dc94340d0a
commit 9b55e36ada
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -25,12 +25,12 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"
tracing = { version = "0.1.25", optional = true } tracing = { version = "0.1.25", optional = true }
[dev-dependencies]
matches = "0.1.8"
serde_yaml = "0.8.17"
[features] [features]
unstable-exhaustive-types = [] unstable-exhaustive-types = []
helper = ["ruma-client-api", "tracing"] helper = ["ruma-client-api", "tracing"]
client = [] client = []
server = [] server = []
[dev-dependencies]
matches = "0.1.8"
serde_yaml = "0.8.17"