Skip to content

Commit

Permalink
migtd: fix dependency x86_64 version to avoid incompatibility
Browse files Browse the repository at this point in the history
Latest `x86_64` is not compatible with old rust toolchain.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
  • Loading branch information
gaojiaqi7 committed Dec 3, 2024
1 parent 23758d4 commit 68b8663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migtd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ virtio = { path="../devices/virtio" }
vsock = { path="../devices/vsock" }
virtio_serial = { path="../devices/virtio_serial", optional = true }
x86 = "0.47.0"
x86_64 = "0.14.9"
x86_64 = "=0.14.11"
zerocopy = { version = "0.7", features = ["derive"] }

minicov = { version = "0.2", default-features = false, optional = true }
Expand Down

0 comments on commit 68b8663

Please sign in to comment.