Skip to content

Commit

Permalink
Merge pull request #28 from sched-ext/htejun
Browse files Browse the repository at this point in the history
Bump versions and add LICENSE symlinks for scx_layered and scx_rusty
  • Loading branch information
htejun committed Dec 12, 2023
2 parents 35fdfdf + 8a07bcc commit ca05e28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 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.1',
version: '0.1.2',
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.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
license = "GPL-2.0-only"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust-user/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.1"
version = "0.0.2"
authors = ["Tejun Heo <htejun@meta.com>", "Meta"]
edition = "2021"
description = "Userspace scheduling with BPF for Ads"
Expand Down
1 change: 1 addition & 0 deletions scheds/rust-user/scx_layered/LICENSE
2 changes: 1 addition & 1 deletion scheds/rust-user/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.0"
version = "0.5.1"
authors = ["Dan Schatzberg <dschatzberg@meta.com>", "Meta"]
edition = "2021"
description = "Userspace scheduling with BPF"
Expand Down
1 change: 1 addition & 0 deletions scheds/rust-user/scx_rusty/LICENSE

0 comments on commit ca05e28

Please sign in to comment.