Skip to content

Commit

Permalink
Merge pull request #76 from sched-ext/htejun
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
htejun committed Jan 9, 2024
2 parents 4ff504a + 942b026 commit 74923c6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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: '0.1.4',
version: '0.1.5',
license: 'GPL-2.0')

if meson.version().version_compare('<1.2')
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 = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
license = "GPL-2.0-only"
Expand Down
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 = "0.0.3"
version = "0.0.4"
authors = ["Tejun Heo <htejun@meta.com>", "Meta"]
edition = "2021"
description = "Userspace scheduling with BPF for Ads"
Expand All @@ -16,13 +16,13 @@ lazy_static = "1.4"
libbpf-rs = "0.22"
libc = "0.2"
log = "0.4"
scx_utils = { path = "../../../rust/scx_utils", version = "0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "0.5" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"

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

[features]
enable_backtrace = []
6 changes: 3 additions & 3 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 = "0.0.1"
version = "0.0.2"
authors = ["Andrea Righi <andrea.righi@canonical.com>", "Canonical"]
edition = "2021"
description = "Userspace scheduling with BPF"
Expand All @@ -17,11 +17,11 @@ libbpf-rs = "0.22.0"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "0.5" }
simplelog = "0.12.0"

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

[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 = "0.5.2"
version = "0.5.3"
authors = ["Dan Schatzberg <dschatzberg@meta.com>", "Meta"]
edition = "2021"
description = "Userspace scheduling with BPF"
Expand All @@ -17,11 +17,11 @@ libbpf-rs = "0.22.0"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "0.4" }
scx_utils = { path = "../../../rust/scx_utils", version = "0.5" }
simplelog = "0.12.0"

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

[features]
enable_backtrace = []

0 comments on commit 74923c6

Please sign in to comment.