1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

use newer versions of rlibc, spin and x86

This commit is contained in:
Stefan Lankes 2017-07-19 09:27:23 +02:00
parent 5ee0bf997a
commit 631bc3a86f

View file

@ -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.