-
- Downloads
Bump x86 from 0.50.0 to 0.51.0
Bumps [x86](https://github.com/gz/rust-x86) from 0.50.0 to 0.51.0. - [Release notes](https://github.com/gz/rust-x86/releases) - [Changelog](https://github.com/gz/rust-x86/blob/master/CHANGELOG.md) - [Commits](https://github.com/gz/rust-x86/commits ) --- updated-dependencies: - dependency-name: x86 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com>
... | ... | @@ -74,12 +74,12 @@ qemu-exit = "3.0" |
[target.'cfg(target_arch = "x86_64")'.dependencies] | ||
multiboot = "0.8" | ||
time = { version = "0.3", default-features = false } | ||
x86 = { version = "0.50", default-features = false } | ||
x86 = { version = "0.51", default-features = false } | ||
[dev-dependencies] | ||
float-cmp = "0.9" | ||
num-traits = { version = "0.2", default-features = false } | ||
x86 = { version = "0.50", default-features = false } | ||
x86 = { version = "0.51", default-features = false } | ||
[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64] | ||
version = "0.0.7" | ||
... | ... |
Please register or sign in to comment