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
|
@ -21,7 +21,7 @@ futures = "0.3"
|
|||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
lsp-types = "0.91"
|
||||
parking_lot = "0.11"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
postage = { workspace = true }
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue