v9.0.6
github-actions
released this
19 Jan 00:33
·
78 commits
to refs/heads/main
since this release
What's Changed
-
Rust: Makefile.toml: Add Feature flag support @Javagedes (#298)
Change Details
Adds additional environment variables to the Makefile.toml to set features when building.
setting the variable
FEATURES
will translate to passing--features <features>
to the underlying build command.
Full Changelog: v9.0.5...v9.0.6