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
error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /Users/ansleydsouza/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.0-beta.4/src/lib.rs:8:10
|
8 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information
error[E0658]: use of unstable library feature 'osstring_ascii'
--> /Users/ansleydsouza/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.0-beta.4/src/parse/matches/matched_arg.rs:130:19
|
130 | v.eq_ignore_ascii_case(val)
| ^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #70516 rust-lang/rust#70516 for more information
error: aborting due to 2 previous errors
For more information about this error, try rustc --explain E0658.
error: could not compile clap
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
Hi. Would appreciate some help on this one. Trying to get internet identity built locally. I am on mac M1.
After running the deploy command
I get the following error
The text was updated successfully, but these errors were encountered: