Skip to content

Commit

Permalink
Update cargo version, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Apr 17, 2023
1 parent 3f6e8b1 commit a7b6f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the [new example](examples/serialize_deserialize.rs) on how to serialize and
deserialize cpuid information.

## Other changes

- Updated bitflags to v2.

## [10.7.0] - 2023-02-27

- Include the pretty printing code in the library (instead of only having it in
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
edition = "2018"
name = "raw-cpuid"
version = "10.7.0"
version = "11.0"

description = "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore."
documentation = "https://docs.rs/raw-cpuid/"
Expand Down

0 comments on commit a7b6f47

Please sign in to comment.