From 1ff51c1a37267a5665fef2c45f063b5bc820e7ae Mon Sep 17 00:00:00 2001
From: Luke Parker <lukeparker5132@gmail.com>
Date: Thu, 3 Nov 2022 00:24:04 -0400
Subject: [PATCH] Add a version to sp-runtime in tendermint-machine

---
 substrate/tendermint/machine/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/tendermint/machine/Cargo.toml b/substrate/tendermint/machine/Cargo.toml
index 7fc41bbc..17de1434 100644
--- a/substrate/tendermint/machine/Cargo.toml
+++ b/substrate/tendermint/machine/Cargo.toml
@@ -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"]