From 3e629f4fc198d93fba6eef15c627373310796ddc Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Tue, 10 Aug 2021 20:08:44 +0800 Subject: [PATCH] fix typo --- code/ch03-04/object/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ch03-04/object/Cargo.toml b/code/ch03-04/object/Cargo.toml index 0d17303..4dd2193 100644 --- a/code/ch03-04/object/Cargo.toml +++ b/code/ch03-04/object/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ch02-03" +name = "ch03-04" version = "0.1.0" authors = ["Runji Wang "] edition = "2018" @@ -17,4 +17,4 @@ futures = { version = "0.3", default-features = false, features = ["alloc", "asy async-std = { version = "1.9", features = ["attributes", "unstable"] } numeric-enum-macro = "0.2" kernel-hal = { path = "../kernel-hal" } -kernel-hal-unix = { path = "../kernel-hal-unix" } \ No newline at end of file +kernel-hal-unix = { path = "../kernel-hal-unix" }