Move postage crate version specification to workspace Cargo.toml
This commit is contained in:
parent
d36b2a3129
commit
cbeb6e692d
24 changed files with 24 additions and 24 deletions
|
@ -20,7 +20,7 @@ settings = { path = "../settings" }
|
|||
theme = { path = "../theme" }
|
||||
util = { path = "../util" }
|
||||
workspace = { path = "../workspace" }
|
||||
postage = { version = "0.4", features = ["futures-traits"] }
|
||||
postage = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
unindent = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue