Update post-04 to use compiler_builtins mem feature instead of rlibc (#868)

* Remove rlibc and use compiler-builtins-mem feature (#865)

* Update post-04 to use compiler_builtins `mem` feature instead of `rlibc`

Co-authored-by: Rob Gries <robert.w.gries@gmail.com>
This commit is contained in:
Philipp Oppermann
2020-10-02 23:28:03 +02:00
committed by GitHub
parent 4215162b62
commit d4e1f47e62
4 changed files with 1 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ harness = false
[dependencies]
bootloader = "0.9.8"
rlibc = "1.0.0"
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.12.1"