zCore icon indicating copy to clipboard operation
zCore copied to clipboard

Update deps

Open KaminariOS opened this issue 1 year ago • 2 comments

KaminariOS avatar Nov 02 '23 02:11 KaminariOS

Could you take a look at the CI result? The build seems to be broken on some platforms.

wangrunji0408 avatar Nov 03 '23 14:11 wangrunji0408

This is unfortunately broken on the latest rust nightly due to crates like bitvec and riscv being so out of date.

equired by package `bitvec v0.22.0`
    ... which satisfies dependency `bitvec = "^0.22"` of package `linux-syscall v0.1.0 (/home/theo/Documents/zCore/linux-syscall)`
    ... which satisfies path dependency `linux-syscall` of package `zcore-loader v0.1.0 (/home/theo/Documents/zCore/loader)`
    ... which satisfies path dependency `zcore-loader` of p

~~It also seems to have impacted rcore-fs 😕~~ I made a PR to rcore-fs which has been merged.

theoparis avatar Jun 13 '24 06:06 theoparis