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
i had a old version of cargo that was missing features required by ink6, tell user to rustup update stable if they run into problems or just run it anyway?
no@m21:~/code|⇒ cargo install cargo-contract --version ^6 --locked
Updating crates.io index
error: could not find `cargo-contract` in registry `crates-io` with version `^6`
have to use the cargo install --locked --force --git https://github.com/use-ink/cargo-contract command from the fast track
The text was updated successfully, but these errors were encountered:
As a ink! newbie i tried working with v6 and noticed several things:
rustup update stable
if they run into problems or just run it anyway?cargo install cargo-contract --version ^6 --locked
errorshave to use the
cargo install --locked --force --git https://github.com/use-ink/cargo-contract
command from the fast trackThe text was updated successfully, but these errors were encountered: