master
Yu Chen 5 years ago
parent 44e9ab946e
commit 3e629f4fc1

@ -1,5 +1,5 @@
[package]
name = "ch02-03"
name = "ch03-04"
version = "0.1.0"
authors = ["Runji Wang <wangrunji0408@163.com>"]
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" }
kernel-hal-unix = { path = "../kernel-hal-unix" }

Loading…
Cancel
Save