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
Expand Up @@ -3,3 +3,4 @@ Bence Meszaros <bence.me@gmail.com>
Rafal Mielniczuk <rafalm3@gmail.com>
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Mingshen Sun <bob@mssun.me>
Niklas Fiekas <niklas.fiekas@backscattering.de>
5 changes: 2 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raw-cpuid"
version = "8.1.2"
version = "9"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
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.