mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
scx_rustland_core: bump up version to 0.4.0
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
parent
be415d4c06
commit
fd68ce13a7
@ -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"
|
||||
|
@ -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 = []
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user