forked from M-Labs/artiq
ksupport: fix proto_artiq dependency
This commit is contained in:
parent
29a2f106d1
commit
9afe63c08a
|
@ -19,6 +19,7 @@ io = { path = "../libio", features = ["byteorder"] }
|
|||
dyld = { path = "../libdyld" }
|
||||
board_misoc = { path = "../libboard_misoc" }
|
||||
board_artiq = { path = "../libboard_artiq" }
|
||||
proto_artiq = { path = "../libproto_artiq" }
|
||||
riscv = { version = "0.6.0", features = ["inline-asm"] }
|
||||
libc = { path = "../libc" }
|
||||
unwind = { path = "../libunwind" }
|
||||
|
|
Loading…
Reference in New Issue