Skip to content

Conversation

@antonva
Copy link
Contributor

@antonva antonva commented Mar 13, 2024

2.11.0 Implements TypeInfo for BinaryHeap. This is needed for #3190

Versions that stuck out to me as they were not at 2.10.0 are below.
If any should stay at the version they are at, i'll revert the relevant Cargo.toml files.

2.0.0

  • substrate/frame/migrations/Cargo.toml

2.1.2

  • substrate/frame/parameters/Cargo.toml

2.5.0

  • substrate/frame/sassafras/Cargo.toml
  • polkadot/xcm/xcm-executor/Cargo.toml
  • substrate/frame/examples/frame-crate/Cargo.toml
  • substrate/frame/examples/single-block-migrations/Cargo.toml
  • substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml
  • substrate/primitives/core/Cargo.toml

2.6.0

  • docs/sdk/Cargo.toml
  • substrate/frame/Cargo.toml
  • templates/minimal/runtime/Cargo.toml

2.7.0

  • bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml

2.9.0

  • bridges/snowbridge/pallets/ethereum-client/Cargo.toml
  • bridges/snowbridge/pallets/inbound-queue/Cargo.toml
  • bridges/snowbridge/pallets/outbound-queue/Cargo.toml
  • bridges/snowbridge/pallets/system/Cargo.toml
  • bridges/snowbridge/primitives/beacon/Cargo.toml
  • bridges/snowbridge/primitives/core/Cargo.toml
  • bridges/snowbridge/primitives/ethereum/Cargo.toml
  • bridges/snowbridge/primitives/router/Cargo.toml
  • cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml
  • cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml
  • cumulus/parachains/runtimes/people/people-rococo/Cargo.toml
  • cumulus/parachains/runtimes/people/people-westend/Cargo.toml

2.11.0  Implements TypeInfo for BinaryHeap (#200).
which is needed for #3190
@antonva antonva requested review from a team, acatangiu, andresilva, athei and cheme as code owners March 13, 2024 16:41
@paritytech-review-bot paritytech-review-bot bot requested a review from a team March 13, 2024 16:42
Copy link
Member

@ggwpez ggwpez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only use 2.10 at the moment, so no issue to update to 2.11, see:

polkadot-sdk/Cargo.lock

Lines 17042 to 17043 in a756baf

version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Cargo automatically resolves to the highest SemVer compatible version.

Btw you can do zepter transpose dependency lift-to-workspace "scale-info" --fix like here #3366 to produce smaller diffs in the future (and then taplo format --config .config/taplo.toml to make CI happy).

@antonva antonva added the R0-no-crate-publish-required The change does not require any crates to be re-published. label Mar 14, 2024
@antonva
Copy link
Contributor Author

antonva commented Mar 14, 2024

We only use 2.10 at the moment, so no issue to update to 2.11, see:

polkadot-sdk/Cargo.lock

Lines 17042 to 17043 in a756baf

version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Cargo automatically resolves to the highest SemVer compatible version.

Btw you can do zepter transpose dependency lift-to-workspace "scale-info" --fix like here #3366 to produce smaller diffs in the future (and then taplo format --config .config/taplo.toml to make CI happy).

My bad on the semver, totally escaped my mind. Will be adding zepter to my toolbelt, thanks for the pointers!

@antonva antonva enabled auto-merge March 18, 2024 13:35
@antonva antonva disabled auto-merge April 2, 2024 11:51
@antonva antonva closed this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants