diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index d9bb7f7ad0..d13e6fce61 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -14,7 +14,7 @@ tendermint-light-client-verifier = { version = "0.27.0", default-features = fals sp-core = { version = "5.0.0", default-features = false, optional = true } sp-io = { version = "5.0.0", default-features = false, optional = true } sp-runtime = { version = "5.0.0", default-features = false, optional = true } -sp-std = { version = "4.0.0", default-features = false, optional = true } +sp-std = { version = "5.0.0", default-features = false, optional = true } [features] panic-handler = []