build(deps): minicbor-0.14, minicbor-derive-0.9.0, fix build (#63)
This commit is contained in:
parent
f0c0887390
commit
6f2d117f9d
8 changed files with 33 additions and 33 deletions
|
|
@ -14,8 +14,8 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.13", features = ["std", "half"] }
|
||||
minicbor-derive = "0.8.0"
|
||||
minicbor = { version = "0.14", features = ["std", "half"] }
|
||||
minicbor-derive = "0.9.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.14"
|
||||
pallas-crypto = { version = "0.5.0", path = "../pallas-crypto" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue