mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-30 04:50:24 +00:00
Bump versions and add LICENSE symlinks for scx_layered and scx_rusty
This commit is contained in:
parent
35fdfdffb0
commit
8a07bcc31b
@ -1,5 +1,5 @@
|
|||||||
project('sched_ext schedulers', 'c',
|
project('sched_ext schedulers', 'c',
|
||||||
version: '0.1.1',
|
version: '0.1.2',
|
||||||
license: 'GPL-2.0')
|
license: 'GPL-2.0')
|
||||||
|
|
||||||
if meson.version().version_compare('<1.2')
|
if meson.version().version_compare('<1.2')
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "scx_utils"
|
name = "scx_utils"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Tejun Heo <tj@kernel.org>"]
|
authors = ["Tejun Heo <tj@kernel.org>"]
|
||||||
license = "GPL-2.0-only"
|
license = "GPL-2.0-only"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "scx_layered"
|
name = "scx_layered"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors = ["Tejun Heo <htejun@meta.com>", "Meta"]
|
authors = ["Tejun Heo <htejun@meta.com>", "Meta"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Userspace scheduling with BPF for Ads"
|
description = "Userspace scheduling with BPF for Ads"
|
||||||
|
1
scheds/rust-user/scx_layered/LICENSE
Symbolic link
1
scheds/rust-user/scx_layered/LICENSE
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../LICENSE
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "scx_rusty"
|
name = "scx_rusty"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Dan Schatzberg <dschatzberg@meta.com>", "Meta"]
|
authors = ["Dan Schatzberg <dschatzberg@meta.com>", "Meta"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Userspace scheduling with BPF"
|
description = "Userspace scheduling with BPF"
|
||||||
|
1
scheds/rust-user/scx_rusty/LICENSE
Symbolic link
1
scheds/rust-user/scx_rusty/LICENSE
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../LICENSE
|
Loading…
Reference in New Issue
Block a user