mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 20:50:22 +00:00
Merge pull request #481 from sched-ext/htejun/versions
versions: Synchronize crate dependency versions
This commit is contained in:
commit
5e2500f7eb
@ -10,7 +10,7 @@ description = "Framework to implement sched_ext schedulers running in user space
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
plain = "0.2.3"
|
||||
libbpf-rs = "0.24"
|
||||
libbpf-rs = "0.24.1"
|
||||
libc = "0.2.137"
|
||||
scx_utils = { path = "../scx_utils", version = "1.0.2" }
|
||||
|
||||
|
@ -10,7 +10,7 @@ license = "GPL-2.0-only"
|
||||
anyhow = "1.0.65"
|
||||
plain = "0.2.3"
|
||||
ctrlc = { version = "3.1", features = ["termination"] }
|
||||
libbpf-rs = "0.24"
|
||||
libbpf-rs = "0.24.1"
|
||||
libc = "0.2.137"
|
||||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
|
||||
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }
|
||||
|
Loading…
Reference in New Issue
Block a user