Skip to content

Commit 6da0c3b

Browse files
committed
Update neotron-loader to support Rust 1.89 ELF
ELF header changed in Rust 1.89 and wasn't recognised by the loader. Signed-off-by: Matt Johnston <[email protected]>
1 parent 21a9a75 commit 6da0c3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xspiloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cortex-m = { workspace = true }
1717
cortex-m-rt = { workspace = true }
1818
panic-probe = { workspace = true }
1919

20-
neotron-loader = "0.1.0"
20+
neotron-loader = { git = "https://github.com/mkj/neotron-loader", branch = "pr/elf-os" }

0 commit comments

Comments
 (0)