Remove the substrate feature from tendermint

This commit is contained in:
Luke Parker
2023-04-11 10:34:41 -04:00
parent 09f8ac37c4
commit 61757d5e19
3 changed files with 0 additions and 14 deletions

View File

@@ -17,8 +17,3 @@ parity-scale-codec = { version = "3", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
sp-runtime = { git = "https://github.com/serai-dex/substrate", version = "7.0.0", optional = true }
[features]
substrate = ["sp-runtime"]