Skip to content

Releases: heroku/libcnb.rs

libcnb-proc-macros v0.2.0

28 Feb 11:46
85160a0
Compare
Choose a tag to compare
  • Add a verify_bin_target_exists! macro for verifying existence of binary targets in the current crate. (#320)
  • Increase minimum supported Rust version from 1.56 to 1.58 (#318).

libcnb-data v0.5.0

28 Feb 11:47
85160a0
Compare
Choose a tag to compare
  • Add #[must_use] to BuildPlan and BuildPlanBuilder (#288).
  • Add exec_d module with types representing the output of an exec.d program (#324).
  • Increase minimum supported Rust version from 1.56 to 1.58 (#318).
  • Adjust newtype generated compile-time validation macros so that they don't also perform redundant validation at runtime. In cases where only compile-time validation is being performed (for example exec.d scripts), this results in a significant reduction in binary size. (#331)
  • Update libcnb-proc-macros from 0.1.1 to 0.2.0 - see the libcnb-proc-macros changelog. (#361)

libcnb-cargo v0.3.0

28 Feb 11:48
85160a0
Compare
Choose a tag to compare