Store buffer's diagnostic sets in a smallvec
This commit is contained in:
parent
960a2bc589
commit
32c57bcd22
18 changed files with 37 additions and 28 deletions
|
@ -24,7 +24,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|||
parking_lot = "0.11"
|
||||
postage = { workspace = true }
|
||||
rand = { version = "0.8.3", optional = true }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
smallvec = { workspace = true }
|
||||
util = { path = "../util" }
|
||||
regex = "1.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue