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
|
@ -44,7 +44,7 @@ ignore = "0.4"
|
|||
lazy_static = "1.4.0"
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
parking_lot = "0.11.1"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
postage = { workspace = true }
|
||||
pulldown-cmark = { version = "0.9.1", default-features = false }
|
||||
rand = "0.8.3"
|
||||
regex = "1.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue