rcore-os / rcore-fs

The file system module for rCore OS.
MIT License
49 stars 24 forks source link

No longer builds due to dependencies #37

Closed theoparis closed 5 months ago

theoparis commented 5 months ago
error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 3.0.0-rc2, 3.0.0-rc1, 2.0.0, ...
location searched: crates.io index
required by package `bitvec v0.22.0`
    ... which satisfies dependency `bitvec = "^0.22"` of package `rcore-fs-sfs v0.1.0 (https://github.com/rcore-os/rcore-fs?rev=1a3246b#1a3246b1)`
    ... which satisfies git dependency `rcore-fs-sfs` of package `zcore v0.1.0 (/home/theo/Documents/zCore/zCore)`
if you are looking for the prerelease package it needs to be specified explicitly
    funty = { version = "3.0.0-rc2" }
theoparis commented 5 months ago

Also, trying to update bitvec results in a ton of errors


error[E0277]: the trait bound `LocalBits: bitvec::store::BitStore` is not satisfied
    --> rcore-fs-sfs/src/lib.rs:1001:14
     |
1001 |         self.sync()
     |              ^^^^ the trait `bitvec::store::BitStore` is not implemented for `LocalBits`, which is required by `SimpleFileSystem: Sync`