diff options
author | Christian Duerr <contact@christianduerr.com> | 2025-01-27 14:55:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 14:55:59 +0000 |
commit | 35dd9e27a1a32553dc196840122d1beb3ce8c7ff (patch) | |
tree | e475d8561ec8feddea8ec90e351524c3d14e9e3b /examples/parselog.rs | |
parent | 9c45ce63039f0d4a9fb077a546cdd1e969a49df3 (diff) | |
download | r-alacritty-vte-35dd9e27a1a32553dc196840122d1beb3ce8c7ff.tar.gz r-alacritty-vte-35dd9e27a1a32553dc196840122d1beb3ce8c7ff.tar.bz2 r-alacritty-vte-35dd9e27a1a32553dc196840122d1beb3ce8c7ff.zip |
Replace `no_std` with `std` feature
The `no_std` feature has been broken since version `0.14`, since it did
not disable the `std` feature of `memchr`.
To fall more in line with the general ecosystem standards, this crate
changes the `no_std` feature into an `std` feature. Since `vte` should
be significantly faster with this feature, it has also been enabled by
default (previously `no_std` was default).
This is a breaking change, even if we ignore `no_std` consumers which
aren't able to compile 0.14, since intermediate dependencies relying on
the `no_std` feature will have to remove it from the manifest.
Diffstat (limited to 'examples/parselog.rs')
0 files changed, 0 insertions, 0 deletions