Use local copies of cpio and xmas-elf crates.

Change-Id: I41ea714291d15caa2187315766322c41ead72e24
GitOrigin-RevId: c7ea56a9216972f51a21a2f59c7ee0987ee7b72d
This commit is contained in:
Adam Jesionowski 2022-03-21 14:49:19 -07:00 committed by Sam Leffler
parent 0211cf3a9c
commit 6ff6c95b3c

View File

@ -8,4 +8,4 @@ kata-logger = { path = "../../DebugConsole/kata-logger" }
kata-ml-interface = { path = "../kata-ml-interface" }
modular-bitfield = "0.11.2"
log = "0.4"
xmas-elf = "0.8.0"
xmas-elf = { git = "https://github.com/nrc/xmas-elf" }