Skip to content

Releases: rdelfin/flatbuffers-build

v0.2.4+flatc-25.12.19

24 Dec 19:17

Choose a tag to compare

0.2.4+flatc-25.12.19

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

  • Update flatbuffers to latest 25.12.19 by @fliiiix in #30

Full Changelog: v0.2.3+flatc-25.2.10...v0.2.4+flatc-25.12.19

v0.2.3+flatc-25.2.10

29 Aug 09:56

Choose a tag to compare

0.2.3+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:

📦 Uncategorized

  • Use single : in build directive (fixes #23)
  • Generate Object API by default
  • Added support for adding arbitrary flatc arguments
  • Bump tokio from 1.37.0 to 1.46.1 in /flatbuffers-build-example

What's Changed

  • Use single : in build directive (fixes #23) by @rdelfin in #26
  • Generate Object API by default by @fliiiix in #25
  • Added support for adding arbitrary flatc arguments by @rdelfin in #27
  • Bump tokio from 1.37.0 to 1.46.1 in /flatbuffers-build-example by @dependabot[bot] in #28

New Contributors

Full Changelog: v0.2.2+flatc-25.2.10...v0.2.3+flatc-25.2.10

v0.2.2+flatc-25.2.10

04 Jun 16:30

Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.1+flatc-24.3.25...v0.2.2+flatc-25.2.10

v0.2.1+flatc-24.3.25

15 Nov 10:47

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

v0.2.0+flatc-24.3.25

20 May 21:12

Choose a tag to compare

0.2.0+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:

  • no changes

What's Changed

  • Update flatbuffers compiler version to 24.3.25 by @rdelfin in #7

Full Changelog: v0.1.2+flatc-23.5.26...v0.2.0+flatc-24.3.25

v0.1.2+flatc-23.5.26

31 Mar 23:58

Choose a tag to compare

0.1.2+flatc-23.5.26

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

New Contributors

Full Changelog: https://github.com/rdelfin/flatbuffers-build/commits/v0.1.2+flatc-23.5.26