mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-30 04:50:24 +00:00
scx_stats: Drop version from Cargo.toml::dev-dependencies
Otherwise, the cyclic dependency prevents publishing.
This commit is contained in:
parent
ec51c567fe
commit
d037fcd223
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user