Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
166: clearify license text, add workround to use raw-cpuid r=stlankes a=stlankes

The workaround should solve issue hermit-os#164 and is only necessry until gz/rust-x86#71 is accepted.

Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
  • Loading branch information
bors[bot] and stlankes committed Feb 3, 2021
2 parents 7247d1c + 35daed2 commit 6f937e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
40 changes: 4 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = [
"Colin Finck <colin.finck@rwth-aachen.de>"
]
build = "build.rs"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["unikernel", "libos"]
categories = ["os"]
Expand Down Expand Up @@ -44,7 +44,7 @@ smp = []
fsgsbase = []

[dev-dependencies]
x86 = { version = "0.35.*", default-features = false }
x86 = { version = "0.36.*", default-features = false }
float-cmp = "0.8.0"

[dependencies.scopeguard]
Expand Down Expand Up @@ -80,7 +80,7 @@ default-features = false
version = "0.6.*"

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
version = "0.35.*"
version = "0.36.*"
default-features = false

# The development profile, used for `cargo build`.
Expand Down

0 comments on commit 6f937e2

Please sign in to comment.