Compare commits

..

1 Commits

Author SHA1 Message Date
mwojcik aebc739c1e add support for tar flashable (sub)kernels 2023-11-13 11:24:23 +08:00
2 changed files with 2 additions and 2 deletions

2
src/Cargo.lock generated
View File

@ -548,7 +548,7 @@ dependencies = [
[[package]]
name = "tar-no-std"
version = "0.1.8"
source = "git+https://github.com/Spaqin/tar-no-std?rev=2ab6dc5#2ab6dc58e5249c59c4eb03eaf3a119bcdd678d32"
source = "git+https://git.m-labs.hk/M-Labs/tar-no-std?rev=2ab6dc5#2ab6dc58e5249c59c4eb03eaf3a119bcdd678d32"
dependencies = [
"arrayvec",
"bitflags",

View File

@ -43,5 +43,5 @@ ksupport = { path = "../libksupport" }
libboard_artiq = { path = "../libboard_artiq" }
[dependencies.tar-no-std]
git = "https://github.com/Spaqin/tar-no-std"
git = "https://git.m-labs.hk/M-Labs/tar-no-std"
rev = "2ab6dc5"