From f02e3a23ee55608f9b13036e99719d2b2ed7baf4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 11 Dec 2019 16:36:27 +0100 Subject: [PATCH] Update x86_64 version in Testing post --- blog/content/second-edition/posts/04-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/04-testing/index.md b/blog/content/second-edition/posts/04-testing/index.md index 6e66feab..585155e8 100644 --- a/blog/content/second-edition/posts/04-testing/index.md +++ b/blog/content/second-edition/posts/04-testing/index.md @@ -172,7 +172,7 @@ Instead of manually invoking the `in` and `out` assembly instructions, we use th # in Cargo.toml [dependencies] -x86_64 = "0.7.5" +x86_64 = "0.8.1" ``` Now we can use the [`Port`] type provided by the crate to create an `exit_qemu` function: