release: v0.21.0 (#375)
This commit is contained in:
parent
9200663c8d
commit
cf98e1e5da
16 changed files with 110 additions and 60 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-wallet"
|
||||
description = "Cardano wallet utilities such as key generation"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -11,7 +11,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
|
|||
|
||||
[dependencies]
|
||||
thiserror = "1.0.49"
|
||||
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
|
||||
pallas-crypto = { version = "=0.21.0", path = "../pallas-crypto" }
|
||||
ed25519-bip32 = "0.4.1"
|
||||
bip39 = { version = "2.0.0", features = ["rand_core"] }
|
||||
cryptoxide = "0.4.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue