Files
flatbuffers/tests/rust_no_std_compilation_test/.cargo/config.toml
Dan Lapid 5792623df4 Rust fix compilation for no_std targets #2 (#7553)
* Fix nightly no_std

* Fix nightly no_std
2022-10-19 09:14:41 -04:00

6 lines
80 B
TOML

[build]
target = "thumbv7m-none-eabi"
[unstable]
build-std = ["core", "alloc"]