Rust fix compilation for no_std targets #2 (#7553)

* Fix nightly no_std

* Fix nightly no_std
This commit is contained in:
Dan Lapid
2022-10-19 16:14:41 +03:00
committed by GitHub
parent 0edb275285
commit 5792623df4
11 changed files with 187 additions and 35 deletions

View 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"