diff --git a/apps/system/components/MlCoordinator/kata-vec-core/Cargo.toml b/apps/system/components/MlCoordinator/kata-vec-core/Cargo.toml index bb77d04..7173ee7 100644 --- a/apps/system/components/MlCoordinator/kata-vec-core/Cargo.toml +++ b/apps/system/components/MlCoordinator/kata-vec-core/Cargo.toml @@ -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" \ No newline at end of file +xmas-elf = { git = "https://github.com/nrc/xmas-elf" }