v0.2.2+flatc-25.2.10
0.2.2+flatc-25.2.10
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:
- no changes
What's Changed
- Bump rustls from 0.23.16 to 0.23.18 by @dependabot in #14
- refactor(symlink): removed unecessary symlink by @MatthewS8 in #16
- Bump ring from 0.17.8 to 0.17.12 by @dependabot in #18
- Fix clippy error by @rdelfin in #21
- Update flatbuffers compiler version to 25.2.10 by @emesare in #20
- Bump openssl from 0.10.68 to 0.10.73 by @dependabot in #22
New Contributors
- @MatthewS8 made their first contribution in #16
Full Changelog: v0.2.1+flatc-24.3.25...v0.2.2+flatc-25.2.10