-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated feature flags and bump major version.
The major version bump is probably very cautious but we may break things for consumers with the removal of feature flags and we now require a newer rust version.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ Bence Meszaros <[email protected]> | |
Rafal Mielniczuk <[email protected]> | ||
Stefan Lankes <[email protected]> | ||
Mingshen Sun <[email protected]> | ||
Niklas Fiekas <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "raw-cpuid" | ||
version = "8.1.2" | ||
version = "9" | ||
authors = ["Gerd Zellweger <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -13,14 +13,13 @@ readme = "README.md" | |
keywords = ["cpuid", "x86", "amd64", "os", "libcore"] | ||
license = "MIT" | ||
exclude = ["/ci"] | ||
rust = "1.26" | ||
|
||
[[bin]] | ||
name = "cpuid" | ||
path = "src/bin/cpuid.rs" | ||
|
||
[features] | ||
use_arch = [] | ||
nightly = [] | ||
serialize = ["serde", "serde_derive"] | ||
|
||
[dependencies] | ||
|