scx_rustland_core: bump up version to 0.4.0

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi 2024-04-30 13:59:26 +02:00
parent be415d4c06
commit fd68ce13a7
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "scx_rustland_core"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Andrea Righi <andrea.righi@canonical.com>"]
license = "GPL-2.0-only"

View File

@ -12,11 +12,11 @@ ctrlc = { version = "3.1", features = ["termination"] }
libbpf-rs = "0.23"
libc = "0.2.137"
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.4" }
[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.4" }
[features]
enable_backtrace = []

View File

@ -16,12 +16,12 @@ libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.4" }
simplelog = "0.12.0"
[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.4" }
[features]
enable_backtrace = []