Skip to content

Commit ca05e28

Browse files
authored
Merge pull request #28 from sched-ext/htejun
Bump versions and add LICENSE symlinks for scx_layered and scx_rusty
2 parents 35fdfdf + 8a07bcc commit ca05e28

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

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: '0.1.1',
2+
version: '0.1.2',
33
license: 'GPL-2.0')
44

55
if meson.version().version_compare('<1.2')

rust/scx_utils/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_utils"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0-only"

scheds/rust-user/scx_layered/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_layered"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Tejun Heo <[email protected]>", "Meta"]
55
edition = "2021"
66
description = "Userspace scheduling with BPF for Ads"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../LICENSE

scheds/rust-user/scx_rusty/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_rusty"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Dan Schatzberg <[email protected]>", "Meta"]
55
edition = "2021"
66
description = "Userspace scheduling with BPF"

scheds/rust-user/scx_rusty/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../LICENSE

0 commit comments

Comments
 (0)