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
Building "contracts/cw1-subkeys" ...
Downloading crates ...
error: failed to download `pkcs8 v0.8.0`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at `/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/pkcs8-0.8.0/Cargo.toml`
Caused by:
feature `edition2021` is required
The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)).
Consider trying a newer version of Cargo (this may require the nightly release).
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature.
Trying to follow the instructions on and running cargo fix --edition did not help neither.
Any idea on what can be happening?
The text was updated successfully, but these errors were encountered:
Hi,
I get the follwing error when running:
Error:
Trying to follow the instructions on and running
cargo fix --edition
did not help neither.Any idea on what can be happening?
The text was updated successfully, but these errors were encountered: