You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in polkadot-sdk v0.12.1, the crate pallet-revive-eth-rpc is version v0.2.0 and depends on sc-cli v0.49.0. but all other crates are using sc-cli v0.50.0.
On the repo pallet-revive-eth-rpc is using the workspace version of sc-cli so something seems not correct in the publish process.
reproduce:
if you download polkadot-sdk version 0.12.1:
wget -qO- https://crates.io/api/v1/crates/polkadot-sdk/0.12.1/download | tar -xz
issue
in
polkadot-sdk v0.12.1
, the cratepallet-revive-eth-rpc
is versionv0.2.0
and depends onsc-cli v0.49.0
. but all other crates are usingsc-cli v0.50.0
.On the repo
pallet-revive-eth-rpc
is using the workspace version ofsc-cli
so something seems not correct in the publish process.reproduce:
if you download
polkadot-sdk
version0.12.1
:Then run:
cc @EgorPopelyaev cc @ggwpez
The text was updated successfully, but these errors were encountered: