Move postage crate version specification to workspace Cargo.toml

This commit is contained in:
Max Brunsfeld 2023-03-20 17:17:09 -07:00
parent d36b2a3129
commit cbeb6e692d
24 changed files with 24 additions and 24 deletions

View file

@ -51,7 +51,7 @@ lazy_static = "1.4"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
ordered-float = "2.1.1"
parking_lot = "0.11"
postage = { version = "0.4", features = ["futures-traits"] }
postage = { workspace = true }
rand = { version = "0.8.3", optional = true }
serde = { workspace = true }
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }