mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_toml_config: fix dependency declaration for publishing
This commit is contained in:
parent
d78b0fa31e
commit
ccfd5488c4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ name = "aquatic_toml_config"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
aquatic_toml_config_derive = { path = "../aquatic_toml_config_derive" }
|
aquatic_toml_config_derive = { version = "0.2.0", path = "../aquatic_toml_config_derive" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue