Skip to content

Commit

Permalink
Merge pull request #480 from sched-ext/htejun/bump-versions
Browse files Browse the repository at this point in the history
Bump versions for 1.0.2 release
  • Loading branch information
htejun authored Aug 9, 2024
2 parents c2e169d + cd6a4d7 commit fd6aa89
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('sched_ext schedulers', 'c',
version: '1.0.1',
version: '1.0.2',
license: 'GPL-2.0',)

if meson.version().version_compare('<1.2')
Expand Down
6 changes: 3 additions & 3 deletions rust/scx_rustland_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rustland_core"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Andrea Righi <[email protected]>"]
license = "GPL-2.0-only"
Expand All @@ -12,12 +12,12 @@ anyhow = "1.0.65"
plain = "0.2.3"
libbpf-rs = "0.23.1"
libc = "0.2.137"
scx_utils = { path = "../scx_utils", version = "1.0.1" }
scx_utils = { path = "../scx_utils", version = "1.0.2" }

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

[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.1"
version = "1.0.2"
edition = "2021"
authors = ["Tejun Heo <[email protected]>"]
license = "GPL-2.0-only"
Expand Down
6 changes: 3 additions & 3 deletions scheds/rust/scx_bpfland/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_bpfland"
version = "1.0.1"
version = "1.0.2"
authors = ["Andrea Righi <[email protected]>", "Canonical"]
edition = "2021"
description = "A vruntime-based sched_ext scheduler that prioritizes interactive workloads. https://github.com/sched-ext/scx/tree/main"
Expand All @@ -12,14 +12,14 @@ ctrlc = { version = "3.1", features = ["termination"] }
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
libbpf-rs = "0.23.1"
log = "0.4.17"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
simplelog = "0.12"
rlimit = "0.10.1"
metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"

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

[features]
enable_backtrace = []
6 changes: 3 additions & 3 deletions scheds/rust/scx_lavd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_lavd"
version = "1.0.1"
version = "1.0.2"
authors = ["Changwoo Min <[email protected]>", "Igalia"]
edition = "2021"
description = "A Latency-criticality Aware Virtual Deadline (LAVD) scheduler based on 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 @@ -17,15 +17,15 @@ libbpf-rs = "0.23.1"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
simplelog = "0.12"
static_assertions = "1.1.0"
rlimit = "0.10.1"
plain = "0.2.3"
nix = "0.28.0"

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

[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.1"
version = "1.0.2"
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 @@ -17,13 +17,13 @@ libbpf-rs = "0.23.1"
libc = "0.2.137"
log = "0.4.17"
prometheus-client = "0.19"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"

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

[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 @@ -20,13 +20,13 @@ libc = "0.2.137"
log = "0.4.17"
maplit = "1.0.2"
prometheus-client = "0.19"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"

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

[features]
enable_backtrace = []
10 changes: 5 additions & 5 deletions scheds/rust/scx_rlfifo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rlfifo"
version = "1.0.1"
version = "1.0.2"
authors = ["Andrea Righi <[email protected]>"]
edition = "2021"
description = "A simple FIFO scheduler in Rust that runs in user-space"
Expand All @@ -12,12 +12,12 @@ plain = "0.2.3"
ctrlc = { version = "3.1", features = ["termination"] }
libbpf-rs = "0.23.1"
libc = "0.2.137"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }

[features]
enable_backtrace = []
10 changes: 5 additions & 5 deletions scheds/rust/scx_rustland/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rustland"
version = "1.0.1"
version = "1.0.2"
authors = ["Andrea Righi <[email protected]>"]
edition = "2021"
description = "A BPF component (dispatcher) that implements the low level sched-ext functionalities and a user-space counterpart (scheduler), written in Rust, that implements the actual scheduling policy. This is 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 @@ -16,13 +16,13 @@ libbpf-rs = "0.23.1"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.2" }

[features]
enable_backtrace = []
6 changes: 3 additions & 3 deletions scheds/rust/scx_rusty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rusty"
version = "1.0.1"
version = "1.0.2"
authors = ["Dan Schatzberg <[email protected]>", "Meta"]
edition = "2021"
description = "A multi-domain, 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 @@ -15,15 +15,15 @@ libbpf-rs = "0.23.1"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.1" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
simplelog = "0.12"
sorted-vec = "0.8.3"
static_assertions = "1.1.0"
metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"

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

[features]
enable_backtrace = []

0 comments on commit fd6aa89

Please sign in to comment.