Skip to content

Commit ee5f65b

Browse files
authored
Merge pull request #2937 from daidavid/lavd_release_10_23
Lavd release 10 23
2 parents 593fb51 + 3697707 commit ee5f65b

File tree

26 files changed

+81
-81
lines changed

26 files changed

+81
-81
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/scx_arena/scx_arena/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0.65"
1010
libbpf-rs = "=0.26.0-beta.1"
1111
libbpf-sys = "=1.6.1"
1212
simplelog = "0.12"
13-
scx_utils = { path = "../../scx_utils", version = "1.0.22" }
13+
scx_utils = { path = "../../scx_utils", version = "1.0.23" }
1414

1515
[build-dependencies]
16-
scx_utils = { path = "../../scx_utils", version = "1.0.22" }
16+
scx_utils = { path = "../../scx_utils", version = "1.0.23" }

rust/scx_arena/selftests/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ publish = false
99
anyhow = "1.0.65"
1010
libbpf-rs = "=0.26.0-beta.1"
1111
simplelog = "0.12"
12-
scx_utils = { path = "../../scx_utils", version = "1.0.22" }
12+
scx_utils = { path = "../../scx_utils", version = "1.0.23" }
1313

1414
[build-dependencies]
15-
scx_cargo = { path = "../../scx_cargo", version = "1.0.22" }
16-
scx_utils = { path = "../../scx_utils", version = "1.0.22" }
15+
scx_cargo = { path = "../../scx_cargo", version = "1.0.23" }
16+
scx_utils = { path = "../../scx_utils", version = "1.0.23" }

rust/scx_bpf_compat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ homepage = "https://github.com/sched-ext/scx"
1212
ci.use_clippy = true
1313

1414
[dependencies]
15-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
15+
scx_utils = { path = "../scx_utils", version = "1.0.23" }
1616

1717
anyhow = "1.0.65"
1818
libbpf-rs = "=0.26.0-beta.1"
1919
log = "0.4.17"
2020
once_cell = "1.20.2"
2121

2222
[build-dependencies]
23-
scx_cargo = { path = "../scx_cargo", version = "1.0.22" }
23+
scx_cargo = { path = "../scx_cargo", version = "1.0.23" }

rust/scx_cargo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "scx_cargo"
3-
version = "1.0.22"
3+
version = "1.0.23"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0-only"
77
repository = "https://github.com/sched-ext/scx"
88
description = "Build time utilities for sched_ext schedulers"
99

1010
[dependencies]
11-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
11+
scx_utils = { path = "../scx_utils", version = "1.0.23" }

rust/scx_raw_pmu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ csv = "1.3.1"
1111
include_dir = "0.7.4"
1212
procfs = "0.15.1"
1313
regex = "1.11.2"
14-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
14+
scx_utils = { path = "../scx_utils", version = "1.0.23" }
1515
serde = { version = "1.0.215", features = ["derive"] }
1616
serde_json = "1.0.133"
1717

1818
[dev-dependencies]
1919
tempfile = "3.19.1"
2020

2121
[build-dependencies]
22-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
22+
scx_utils = { path = "../scx_utils", version = "1.0.23" }

rust/scx_rustland_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plain = "0.2.3"
1313
libbpf-rs = "=0.26.0-beta.1"
1414
libc = "0.2.175"
1515
seccomp = "0.1"
16-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
16+
scx_utils = { path = "../scx_utils", version = "1.0.23" }
1717

1818
[lib]
1919
name = "scx_rustland_core"

rust/scx_stats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_stats"
3-
version = "1.0.17"
3+
version = "1.0.18"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0-only"

rust/scx_stats/scx_stats_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_stats_derive"
3-
version = "1.0.17"
3+
version = "1.0.18"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0-only"
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
proc-macro2 = "1.0"
1515
quote = "1.0"
16-
scx_stats = { path = "..", version = "1.0.17" }
16+
scx_stats = { path = "..", version = "1.0.18" }
1717
serde_json = "1.0.133"
1818
syn = { version = "2.0", features = ["extra-traits", "full"] }
1919

rust/scx_userspace_arena/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ description = "Utilities for interacting with BPF arenas from userspace in sched
1111
ci.use_clippy = true
1212

1313
[dependencies]
14-
scx_utils = { path = "../scx_utils", version = "1.0.22" }
14+
scx_utils = { path = "../scx_utils", version = "1.0.23" }
1515

1616
anyhow = "1.0.65"
1717
buddy_system_allocator = { version = "0.11.0", default-features = false }
1818
libbpf-rs = "=0.26.0-beta.1"
1919

2020
[build-dependencies]
21-
scx_cargo = { path = "../scx_cargo", version = "1.0.22" }
21+
scx_cargo = { path = "../scx_cargo", version = "1.0.23" }

0 commit comments

Comments
 (0)