diff --git a/meson.build b/meson.build index 312e2f0..07eb2f9 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/rust/scx_utils/Cargo.toml b/rust/scx_utils/Cargo.toml index ba6d925..bbd5bc8 100644 --- a/rust/scx_utils/Cargo.toml +++ b/rust/scx_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scx_utils" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["Tejun Heo "] license = "GPL-2.0-only" diff --git a/scheds/rust-user/scx_layered/Cargo.toml b/scheds/rust-user/scx_layered/Cargo.toml index 9c2cae0..50467e6 100644 --- a/scheds/rust-user/scx_layered/Cargo.toml +++ b/scheds/rust-user/scx_layered/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scx_layered" -version = "0.0.1" +version = "0.0.2" authors = ["Tejun Heo ", "Meta"] edition = "2021" description = "Userspace scheduling with BPF for Ads" diff --git a/scheds/rust-user/scx_layered/LICENSE b/scheds/rust-user/scx_layered/LICENSE new file mode 120000 index 0000000..5853aae --- /dev/null +++ b/scheds/rust-user/scx_layered/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/scheds/rust-user/scx_rusty/Cargo.toml b/scheds/rust-user/scx_rusty/Cargo.toml index 3f18ed0..0f40023 100644 --- a/scheds/rust-user/scx_rusty/Cargo.toml +++ b/scheds/rust-user/scx_rusty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scx_rusty" -version = "0.5.0" +version = "0.5.1" authors = ["Dan Schatzberg ", "Meta"] edition = "2021" description = "Userspace scheduling with BPF" diff --git a/scheds/rust-user/scx_rusty/LICENSE b/scheds/rust-user/scx_rusty/LICENSE new file mode 120000 index 0000000..5853aae --- /dev/null +++ b/scheds/rust-user/scx_rusty/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file