dev-crew-it / easy-rgb

A collection of tools that make the integration of RGB on the lightning network easy
GNU General Public License v2.0
1 stars 0 forks source link

build issue with dependencies #13

Closed vincenzopalazzo closed 2 months ago

vincenzopalazzo commented 2 months ago
    Checking zerocopy v0.7.31
error[E0635]: unknown feature `stdsimd`
Error:   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error