diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index a373174e8..12ccc98df 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -13,7 +13,7 @@ tendermint-light-client-verifier = { version = "0.28.0", default-features = fals sp-core = { version = "7.0.0", default-features = false, optional = true } sp-io = { version = "7.0.0", default-features = false, optional = true } -sp-runtime = { version = "7.0.0", default-features = false, optional = true } +sp-runtime = { version = "10.0.0", default-features = false, optional = true } sp-std = { version = "5.0.0", default-features = false, optional = true } [features]