mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-14 16:36:55 +00:00
* Fix nightly no_std * Fix nightly no_std
This commit is contained in:
@@ -16,7 +16,7 @@ libc_alloc = { version = "1.0.3", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["flatbuffers/default"]
|
||||
no_std = ["flatbuffers/no_std", "libc_alloc"]
|
||||
no_std = ["libc_alloc"]
|
||||
|
||||
[[bin]]
|
||||
name = "monster_example"
|
||||
|
||||
Reference in New Issue
Block a user