Rust: fix a name conflict when building with "no_std" feature (#7268)

* Fix a name conflict when building with "no_std" feature

* Bump patch version
This commit is contained in:
Bogdan Opanchuk
2022-04-25 10:09:41 -07:00
committed by GitHub
parent c86e6d0e30
commit 76d3cca19c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "flatbuffers"
version = "2.1.1"
version = "2.1.2"
edition = "2018"
authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
license = "Apache-2.0"