Add a version to sp-runtime in tendermint-machine

This commit is contained in:
Luke Parker 2022-11-03 00:24:04 -04:00
parent 2315b3c79b
commit 1ff51c1a37
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -15,7 +15,7 @@ parity-scale-codec = { version = "3.2", features = ["derive"] }
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]
substrate = ["sp-runtime"]