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
Compiling widestring v0.4.1
error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
--> /builds/inliniac/suricata-ci/suricata/rust/vendor/widestring/src/lib.rs:195:1
|
195 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^
We use widestring in Suricata. We use a minimum of rustc 1.34.2 as this is what Debian stable uses and we want to make sure Debian can (continue to) package Suricata.
The text was updated successfully, but these errors were encountered:
0.4.0 was fine, but 0.4.1 breaks on 1.34.2:
We use widestring in Suricata. We use a minimum of rustc 1.34.2 as this is what Debian stable uses and we want to make sure Debian can (continue to) package Suricata.
The text was updated successfully, but these errors were encountered: