diff --git a/os/Cargo.toml b/os/Cargo.toml index b9ac5b8a..f4b2d80c 100644 --- a/os/Cargo.toml +++ b/os/Cargo.toml @@ -18,8 +18,6 @@ easy-fs = { path = "../easy-fs" } virtio-input-decoder = "0.1.4" embedded-graphics = "0.7.1" tinybmp = "0.3.1" -embedded-term = { git = "https://github.com/rcore-os/embedded-term" } - [profile.release] debug = true