Skip to content

Commit

Permalink
v0.5.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantomical committed Jan 17, 2024
1 parent 4f5d016 commit 1b92390
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xed-sys"
version = "0.4.0"
version = "0.5.0+xed-2023.12.19"
authors = ["Phantomical", "Agustin Godnic"]
license = "Apache-2.0"
description = "Rust FFI bindings for Intel XED."
Expand All @@ -9,6 +9,7 @@ repository = "https://github.com/rust-xed/xed-sys"
readme = "README.md"
keywords = ["xed", "intel", "x86", "x86_64"]
categories = ["encoding", "external-ffi-bindings", "hardware-support", "parsing", "no_std"]
rust-version = "1.64"

[badges]
appveyor = { repository = "rust-xed/xed-sys" }
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ fn main() {
## Building

In order to build this crate, you need:
* Python version 2.7, 3.4 or later ([to build XED](https://intelxed.github.io/build-manual/)).
* clang ([to build XED](https://intelxed.github.io/build-manual/) and [run bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html#requirements)).
* Python version 3.8 or later ([to build XED](https://intelxed.github.io/build-manual/)).
* A C compiler.

If you have the `bindgen` feature enabled then you will also need:
* clang [to run bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html#requirements).

## Examples
You can find usage examples in the examples/ directory.
Expand Down

0 comments on commit 1b92390

Please sign in to comment.