Skip to content

v0.2.1+flatc-24.3.25

Latest
Compare
Choose a tag to compare

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
  • Bump openssl from 0.10.64 to 0.10.66
  • Fix clippy error
  • Support windows targets
  • Fix cargo audit by updating all crates

What's Changed

New Contributors

Full Changelog: v0.2.0+flatc-24.3.25...v0.2.1+flatc-24.3.25