-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
166: clearify license text, add workround to use raw-cpuid r=stlankes a=stlankes The workaround should solve issue #164 and is only necessry until gz/rust-x86#71 is accepted. Co-authored-by: Stefan Lankes <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = [ | |
"Colin Finck <[email protected]>" | ||
] | ||
build = "build.rs" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
keywords = ["unikernel", "libos"] | ||
categories = ["os"] | ||
|
@@ -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`. | ||
|