Skip to content

Commit 291d704

Browse files
authored
Merge pull request #6 from sched-ext/htejun
v0.1.0
2 parents 73a9a07 + 9f70108 commit 291d704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.1',
2+
version: '0.1.0',
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.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
66
license = "GPL-2.0"

0 commit comments

Comments
 (0)