-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deps #402
base: master
Are you sure you want to change the base?
Update deps #402
Conversation
Cargo.toml
Outdated
[workspace.dependencies] | ||
log = "0.4" | ||
riscv = "0.10.1" | ||
executor = { git = "https://github.com/KaminariOS/PreemptiveScheduler", rev = "c9299748f467cf55eb6f3c2248791cc93aaf9fc4" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's changed compared with the current version?
executor = { git = "https://github.com/DeathWish5/PreemptiveScheduler", rev = "e8cd353" }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed some feature flags that have been stabilized in the latest Rust version. I also opened PRs for the original repos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool. cc @DeathWish5 please also take a look.
Could you take a look at the CI result? The build seems to be broken on some platforms. |
This is unfortunately broken on the latest rust nightly due to crates like bitvec and riscv being so out of date.
|
No description provided.