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:
parent
5ee0bf997a
commit
631bc3a86f
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue