mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Add a version to sp-runtime in tendermint-machine
This commit is contained in:
@@ -15,7 +15,7 @@ parity-scale-codec = { version = "3.2", features = ["derive"] }
|
|||||||
|
|
||||||
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
|
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
|
||||||
|
|
||||||
sp-runtime = { git = "https://github.com/serai-dex/substrate", optional = true }
|
sp-runtime = { git = "https://github.com/serai-dex/substrate", version = "6.0.0", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
substrate = ["sp-runtime"]
|
substrate = ["sp-runtime"]
|
||||||
|
|||||||
Reference in New Issue
Block a user