Releases: rust-xed/xed-sys
Releases · rust-xed/xed-sys
v0.6.0
Changelog
Changed
- Regenerated the bindings from XED v2024.05.20.
What's Changed
- Regenerate the bindings against XED v2024.05.20 by @Phantomical in #74
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Changelog
Added
- The build script no automatically picks up the
CROSS_TOOLCHAIN_PREFIX
environment variable and uses it to configure mbuild. @jxors
What's Changed
- Drop the no_std category from Cargo.toml by @Phantomical in #70
- Update badges to match current CI setup by @Phantomical in #71
- Fix cross-compilation by @jxors in #73
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changed
- xed-sys now wraps XED v2023.12.19.
- xed-sys now includes pregenerated bindgen bindings by default. You can continue to build xed bindings at build time by enabling the
bindings
feature by default.
What's Changed
- upgrade to xed v2023.12.19 and mbuild v2022.07.28 by @flier in #64
- Rework how bindings are generated by @Phantomical in #66
- Update the github actions workflow to also run on windows by @Phantomical in #67
- Remove travis CI and appveyor configs by @Phantomical in #69
- v0.5.0 by @Phantomical in #68
New Contributors
- @dependabot made their first contribution in #50
- @flier made their first contribution in #64
Full Changelog: v0.4.0...v0.5.0
xed-sys 0.4.0 release
This release includes xed commit 428712c.