Files
embedded-rs/Xargo.toml
Jorge Aparicio 67003f069c enable the "mem" feature of the compiler-builtins crate
turns out it *is* required if your application ends up requiring a `memcmp`
operation.
2017-07-14 21:36:34 -05:00

6 lines
92 B
TOML

[dependencies.core]
stage = 0
[dependencies.compiler_builtins]
features = ["mem"]
stage = 1