Skip to content
Snippets Groups Projects
Commit 02919604 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

use newer versions of rlibc, spin and x86

parent dfd4738b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ authors = [
crate-type = ["staticlib"]
[dependencies]
rlibc = "0.1.4" # Low-level functions like memcpy.
spin = "0.3.4" # Spinlocks.
x86 = "0.6.0" # CPU data structures.
rlibc = "1.0.0" # Low-level functions like memcpy.
spin = "0.4.5" # Spinlocks.
x86 = "0.8.1" # CPU data structures.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment