scx_stats: Drop version from Cargo.toml::dev-dependencies

Otherwise, the cyclic dependency prevents publishing.
This commit is contained in:
Tejun Heo 2024-08-15 12:26:17 -10:00
parent ec51c567fe
commit d037fcd223

View File

@ -19,5 +19,5 @@ serde_json = "1.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
[dev-dependencies]
scx_stats_derive = { path = "scx_stats_derive", version = "0.1.0" }
scx_stats_derive = { path = "scx_stats_derive" }
simple_logger = "5.0"