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
We have added a dependency to the new subxt-signer crate which uses OnceCell which was only stablized in 1.70. So you should be able to compile it with this toolchain.
However I recognise that you may then have to switch back to 1.69 in order to build contracts compatible with older versions of pallet-contracts (< polkadot-1.0.0) branch. Let me know if that works (installing cargo-contract with 1.70 and then switching back to 1.69 for building contracts.
Describe the bug
�Failed to upgrade to 3.1.0.
error log
To Reproduce
Steps to reproduce the behavior:
cargo install --git https://github.com/paritytech/cargo-contract --locked --tag v3.1.0 --force
Expected behavior
Execute with no error.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: