Skip to content
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

scx_utils/scx_layered: bump to 1.0.7 #949

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/scx_rustland_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ anyhow = "1.0.65"
plain = "0.2.3"
libbpf-rs = "0.24.1"
libc = "0.2.137"
scx_utils = { path = "../scx_utils", version = "1.0.6" }
scx_utils = { path = "../scx_utils", version = "1.0.7" }

[build-dependencies]
tar = "0.4"
walkdir = "2.4"
scx_utils = { path = "../scx_utils", version = "1.0.6" }
scx_utils = { path = "../scx_utils", version = "1.0.7" }

[lib]
name = "scx_rustland_core"
Expand Down
2 changes: 1 addition & 1 deletion rust/scx_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_utils"
version = "1.0.6"
version = "1.0.7"
edition = "2021"
authors = ["Tejun Heo <[email protected]>"]
license = "GPL-2.0-only"
Expand Down
4 changes: 2 additions & 2 deletions scheds/rust/scx_bpfland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ libbpf-rs = "0.24.1"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.6" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []
4 changes: 2 additions & 2 deletions scheds/rust/scx_flash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ libbpf-rs = "0.24.1"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []
4 changes: 2 additions & 2 deletions scheds/rust/scx_lavd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ log = "0.4.17"
ordered-float = "3.4.0"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.6" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
simplelog = "0.12"
static_assertions = "1.1.0"
plain = "0.2.3"
gpoint = "0.2"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []
6 changes: 3 additions & 3 deletions scheds/rust/scx_layered/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_layered"
version = "1.0.6"
version = "1.0.7"
authors = ["Tejun Heo <[email protected]>", "Meta"]
edition = "2021"
description = "A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main"
Expand All @@ -21,13 +21,13 @@ libc = "0.2.137"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.6" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []
4 changes: 2 additions & 2 deletions scheds/rust/scx_mitosis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ libbpf-rs = "0.24.1"
libc = "0.2.137"
log = "0.4.17"
maplit = "1.0.2"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []
4 changes: 2 additions & 2 deletions scheds/rust/scx_rlfifo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ plain = "0.2.3"
ctrlc = { version = "3.1", features = ["termination"] }
libbpf-rs = "0.24.1"
libc = "0.2.137"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.2.3" }

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.2.3" }

[features]
Expand Down
4 changes: 2 additions & 2 deletions scheds/rust/scx_rustland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ ordered-float = "3.4.0"
serde = { version = "1.0", features = ["derive"] }
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.6" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.2.3" }
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.2.3" }

[features]
Expand Down
4 changes: 2 additions & 2 deletions scheds/rust/scx_rusty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ log = "0.4.17"
ordered-float = "3.4.0"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.6" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }
serde = { version = "1.0", features = ["derive"] }
simplelog = "0.12"
sorted-vec = "0.8.3"
static_assertions = "1.1.0"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.6" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.7" }

[features]
enable_backtrace = []