mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 22:18:28 +00:00
* Fix nightly no_std * Fix nightly no_std
This commit is contained in:
5
tests/rust_no_std_compilation_test/.cargo/config.toml
Normal file
5
tests/rust_no_std_compilation_test/.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[build]
|
||||
target = "thumbv7m-none-eabi"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "alloc"]
|
||||
Reference in New Issue
Block a user