Update submodules
This commit is contained in:
parent
e50576b28c
commit
0ed5bd31b2
8 changed files with 8 additions and 8 deletions
|
@ -3,4 +3,4 @@ name = "contain"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 15374e8a8ae5db6982e7d265ad088f790e38a3b8
|
||||
Subproject commit 3478af86d9bb413dc918ead3029eff65bf44e099
|
|
@ -3,4 +3,4 @@ name = "init"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue