Merge branch 'main' into settings-file
This commit is contained in:
commit
6091caee8e
25 changed files with 858 additions and 227 deletions
|
@ -26,6 +26,7 @@ parking_lot = "0.11.1"
|
|||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = { version = "1", features = ["preserve_order"] }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
|
||||
[dev-dependencies]
|
||||
client = { path = "../client", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue