paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

The published crate `substrate-build-script-utils` is two version ahead of the code here. #14366

Closed Neopallium closed 1 year ago

Neopallium commented 1 year ago

Is there an existing issue?

Experiencing problems? Have you tried our Stack Exchange first?

Description of bug

crates.io has two version 5.0.0 and 4.0.0, but the code here is only at version 3.0.0 Published versions here: https://crates.io/crates/substrate-build-script-utils/versions

The source in the repo shows only version 3.0.0: https://github.com/paritytech/substrate/blob/master/utils/build-script-utils/Cargo.toml

Steps to reproduce

No response

bkchr commented 1 year ago

Yeah we never merged this pr: https://github.com/paritytech/substrate/pull/12946

The code is the same as in master, just the version bumped. We are working on doing proper releases to crates.io.