Skip to content

Commit aa0e373

Browse files
repnopacatangiu
authored andcommitted
Remove byteorder from the arch crate
Signed-off-by: Wesley Norris <[email protected]>
1 parent 227aa17 commit aa0e373

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arch/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
authors = ["The Chromium OS Authors"]
55

66
[dependencies]
7-
byteorder = "=1.2.1"
87
kvm-bindings = "0.1"
98
kvm-ioctls = "0.3"
109
libc = ">=0.2.39"

arch/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![deny(missing_docs)]
55
//! Implements platform specific functionality.
66
//! Supported platforms: x86_64 and aarch64.
7-
extern crate byteorder;
87
extern crate kvm_bindings;
98
extern crate kvm_ioctls;
109
extern crate libc;

0 commit comments

Comments
 (0)