Skip to content

Commit

Permalink
Remove deprecated feature flags and bump major version.
Browse files Browse the repository at this point in the history
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
gz committed Jan 21, 2021
1 parent 643c4d8 commit 1072cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Bence Meszaros <[email protected]>
Rafal Mielniczuk <[email protected]>
Stefan Lankes <[email protected]>
Mingshen Sun <[email protected]>
Niklas Fiekas <[email protected]>
5 changes: 2 additions & 3 deletions Cargo.toml
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"

Expand All @@ -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]
Expand Down

0 comments on commit 1072cf9

Please sign in to comment.