File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## Unreleased
9+ ## 0.5.1
10+ ### Added
11+ - The build script no automatically picks up the ` CROSS_TOOLCHAIN_PREFIX `
12+ environment variable and uses it to configure mbuild. @jxors
13+
14+ ## 0.5.0
15+ ### Changed
16+ - Regenerated the bindings from XED v2023.12.19 and mbuild v2022.07.28
17+ @flier
18+
19+ ### Added
20+ - Added new ` bindgen ` feature to regenerate the bindings at build time.
21+
22+ ## 0.4.0
23+ There was no changelog kept for xed-sys 0.4.0 and earlier. Please see the
24+ git history for details.
25+
Original file line number Diff line number Diff line change 11[package ]
22name = " xed-sys"
3- version = " 0.5.0 +xed-2023.12.19"
3+ version = " 0.5.1 +xed-2023.12.19"
44authors = [" Phantomical" , " Agustin Godnic" ]
55license = " Apache-2.0"
66description = " Rust FFI bindings for Intel XED."
You can’t perform that action at this time.
0 commit comments