mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 20:46:10 +00:00
* Fix nightly no_std * Fix nightly no_std
This commit is contained in:
13
tests/rust_no_std_compilation_test/Cargo.toml
Normal file
13
tests/rust_no_std_compilation_test/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "rust_test_no_std_compilation"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
flatbuffers = { path = "../../rust/flatbuffers", default-features = false }
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
Reference in New Issue
Block a user