0.2.1+flatc-24.3.25
This crate provides a set of functions to facilitate compiling flatbuffers to Rust from within
Rust. This is particularly helpful for use in build.rs
scripts. Please note that for
compatiblity this crate will only support a single version of the flatc
compiler. Please
check what version that is against whatever version is installed on your system.That said, due
to flatbuffers' versioning policy, it could be ok to mix patch and even minor versions.
Please read our README
or
our Rust docs for more details on
how to use this crate.
Changelog:
📦 Uncategorized
- Update readme
- PR: #8
- Bump openssl from 0.10.64 to 0.10.66
- PR: #9
- Fix clippy error
- PR: #12
- Support windows targets
- PR: #11
- Fix cargo audit by updating all crates
- PR: #13
What's Changed
- Update readme by @rdelfin in #8
- Bump openssl from 0.10.64 to 0.10.66 by @dependabot in #9
- Fix clippy error by @rdelfin in #12
- Support windows targets by @emesare in #11
- Fix cargo audit by updating all crates by @rdelfin in #13
New Contributors
- @dependabot made their first contribution in #9
- @emesare made their first contribution in #11
Full Changelog: v0.2.0+flatc-24.3.25...v0.2.1+flatc-24.3.25