sync dependencies from origin article (#828)

This commit is contained in:
Han Han
2020-06-29 22:13:28 +08:00
committed by GitHub
parent 0b15229a5e
commit 4540a2e725

View File

@@ -179,7 +179,7 @@ test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04"]
# in Cargo.toml # in Cargo.toml
[dependencies] [dependencies]
x86_64 = "0.7.5" x86_64 = "0.11.0"
``` ```
现在我们可以使用crate中提供的[`Port`] 类型来创建一个`exit_qemu` 函数了: 现在我们可以使用crate中提供的[`Port`] 类型来创建一个`exit_qemu` 函数了: