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 expected to see passing tests, but instead I saw this:
@sqds/multisig:generate: Compiling wasm-bindgen-macro v0.2.97
@sqds/multisig:generate: error[E0554]: `#![feature]` may not be used on the stable release channel
@sqds/multisig:generate: --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.97/src/lib.rs:4:5
@sqds/multisig:generate: |
@sqds/multisig:generate: 4 | feature(allow_internal_unstable),
@sqds/multisig:generate: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It appears that Solita is trying to install Anchor 0.29 without --locked. Also, the failure appears to be related to rustwasm/wasm-bindgen#4304.
Is this a known problem and does it have an easy fix?
The text was updated successfully, but these errors were encountered:
smoelius
added a commit
to trailofbits/necessist
that referenced
this issue
Dec 1, 2024
I did this:
I expected to see passing tests, but instead I saw this:
It appears that Solita is trying to install Anchor 0.29 without
--locked
. Also, the failure appears to be related to rustwasm/wasm-bindgen#4304.Is this a known problem and does it have an easy fix?
The text was updated successfully, but these errors were encountered: