Skip to content

Commit c1507b0

Browse files
authored
Merge pull request #2156 from sched-ext/htejun/release
versions: Bump versions for v1.0.13 release
2 parents 44630a4 + 6574d59 commit c1507b0

File tree

23 files changed

+104
-104
lines changed

23 files changed

+104
-104
lines changed

Cargo.lock

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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('sched_ext schedulers', 'c',
2-
version: '1.0.12',
2+
version: '1.0.13',
33
license: 'GPL-2.0',
44
meson_version : '>= 1.2.0',)
55

rust/scx_loader/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_loader"
3-
version = "1.0.12"
3+
version = "1.0.13"
44
authors = ["Vladislav Nepogodin <[email protected]>"]
55
edition = "2021"
66
description = "DBUS on-demand loader of sched-ext schedulers"

rust/scx_rustland_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_rustland_core"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
edition = "2021"
55
authors = ["Andrea Righi <[email protected]>"]
66
license = "GPL-2.0-only"
@@ -13,12 +13,12 @@ plain = "0.2.3"
1313
libbpf-rs = "=0.25.0-beta.1"
1414
libc = "0.2.137"
1515
seccomp = "0.1"
16-
scx_utils = { path = "../scx_utils", version = "1.0.15" }
16+
scx_utils = { path = "../scx_utils", version = "1.0.16" }
1717

1818
[build-dependencies]
1919
tar = "0.4"
2020
walkdir = "2.5"
21-
scx_utils = { path = "../scx_utils", version = "1.0.15" }
21+
scx_utils = { path = "../scx_utils", version = "1.0.16" }
2222

2323
[lib]
2424
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.12"
3+
version = "1.0.13"
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.12"
3+
version = "1.0.13"
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.12" }
16+
scx_stats = { path = "..", version = "1.0.13" }
1717
serde_json = "1.0.133"
1818
syn = { version = "2.0", features = ["extra-traits", "full"] }
1919

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_userspace_arena"
3-
version = "1.0.12"
3+
version = "1.0.13"
44
edition = "2021"
55
authors = ["Jake Hillion <[email protected]>"]
66
license = "GPL-2.0-only"
@@ -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.15" }
14+
scx_utils = { path = "../scx_utils", version = "1.0.16" }
1515

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

2020
[build-dependencies]
21-
scx_utils = { path = "../scx_utils", version = "1.0.15" }
21+
scx_utils = { path = "../scx_utils", version = "1.0.16" }

rust/scx_utils/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_utils"
3-
version = "1.0.15"
3+
version = "1.0.16"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0-only"
@@ -22,7 +22,7 @@ nvml-wrapper = { version = "0.11.0", optional = true }
2222
nvml-wrapper-sys = { version = "0.9.0", optional = true }
2323
paste = "1.0"
2424
regex = "1.11.1"
25-
scx_stats = { path = "../scx_stats", version = "1.0.12" }
25+
scx_stats = { path = "../scx_stats", version = "1.0.13" }
2626
serde = { version = "1.0.215", features = ["derive"] }
2727
sscanf = "0.4"
2828
tar = "0.4"

scheds/rust/scx_bpfland/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_bpfland"
3-
version = "1.0.12"
3+
version = "1.0.13"
44
authors = ["Andrea Righi <[email protected]>"]
55
edition = "2021"
66
description = "A vruntime-based sched_ext scheduler that prioritizes interactive workloads. https://github.com/sched-ext/scx/tree/main"
@@ -13,14 +13,14 @@ clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"
1313
crossbeam = "0.8.4"
1414
libbpf-rs = "=0.25.0-beta.1"
1515
log = "0.4.17"
16-
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.12" }
17-
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.12" }
18-
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.15", features = ["autopower"] }
16+
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.13" }
17+
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.13" }
18+
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.16", features = ["autopower"] }
1919
serde = { version = "1.0.215", features = ["derive"] }
2020
simplelog = "0.12"
2121

2222
[build-dependencies]
23-
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.15" }
23+
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.16" }
2424

2525
[features]
2626
enable_backtrace = []

scheds/rust/scx_chaos/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_chaos"
3-
version = "1.0.15"
3+
version = "1.0.16"
44
edition = "2021"
55
authors = ["Jake Hillion <[email protected]>"]
66
description = "scx_chaos A general purpose sched_ext scheduler designed to amplify race conditions"
@@ -10,11 +10,11 @@ license = "GPL-2.0-only"
1010
ci.use_clippy = true
1111

1212
[dependencies]
13-
scx_userspace_arena = { path = "../../../rust/scx_userspace_arena", version = "1.0.12" }
14-
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.15" }
15-
scx_p2dq = { path = "../../../scheds/rust/scx_p2dq", version = "1.0.16" }
16-
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.12" }
17-
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.12" }
13+
scx_userspace_arena = { path = "../../../rust/scx_userspace_arena", version = "1.0.13" }
14+
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.16" }
15+
scx_p2dq = { path = "../../../scheds/rust/scx_p2dq", version = "1.0.17" }
16+
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.13" }
17+
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.13" }
1818

1919
anyhow = "1.0.65"
2020
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
@@ -28,5 +28,5 @@ serde = { version = "1.0.215", features = ["derive"] }
2828
simplelog = "0.12"
2929

3030
[build-dependencies]
31-
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.15" }
32-
scx_p2dq = { path = "../../../scheds/rust/scx_p2dq", version = "1.0.15" }
31+
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.16" }
32+
scx_p2dq = { path = "../../../scheds/rust/scx_p2dq", version = "1.0.17" }

0 commit comments

Comments
 (0)