Skip to content

Commit

Permalink
Bump sp-std from 4.0.0 to 5.0.0 in /ci/no-std-check (#253)
Browse files Browse the repository at this point in the history
Bumps [sp-std](https://github.com/paritytech/substrate) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/paritytech/substrate/releases)
- [Changelog](https://github.com/paritytech/substrate/blob/master/docs/CHANGELOG.md)
- [Upgrade guide](https://github.com/paritytech/substrate/blob/master/docs/Upgrade.md)
- [Commits](https://github.com/paritytech/substrate/commits)

---
updated-dependencies:
- dependency-name: sp-std
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent f68da76 commit add7e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit add7e7a

Please sign in to comment.