mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
scx_stats: Update versions to 0.2.0 to republish
This commit is contained in:
parent
d6ef2c2a1f
commit
0b9c8b5cbd
@ -2,7 +2,7 @@ workspace = { members = ["scx_stats_derive"] }
|
||||
|
||||
[package]
|
||||
name = "scx_stats"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["Tejun Heo <tj@kernel.org>"]
|
||||
license = "GPL-2.0-only"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "scx_stats_derive"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["Tejun Heo <tj@kernel.org>"]
|
||||
license = "GPL-2.0-only"
|
||||
@ -13,6 +13,6 @@ proc-macro = true
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
scx_stats = { path = "..", version = "0.1.0" }
|
||||
scx_stats = { path = "..", version = "0.2.0" }
|
||||
serde_json = "1.0"
|
||||
syn = { version = "2.0", features = ["extra-traits", "full"] }
|
||||
|
@ -17,8 +17,8 @@ lazy_static = "1.4"
|
||||
libbpf-rs = "0.24.1"
|
||||
libc = "0.2.137"
|
||||
log = "0.4.17"
|
||||
scx_stats = { path = "../../../rust/scx_stats", version = "0.1.0" }
|
||||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "0.1.0" }
|
||||
scx_stats = { path = "../../../rust/scx_stats", version = "0.2.0" }
|
||||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "0.2.0" }
|
||||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.2" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user