Merge pull request #481 from sched-ext/htejun/versions

versions: Synchronize crate dependency versions
This commit is contained in:
Tejun Heo 2024-08-08 14:46:19 -10:00 committed by GitHub
commit 5e2500f7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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" }

View File

@ -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" }