Release 0.29.0
pallas@0.29.0 pallas-addresses@0.29.0 pallas-applying@0.29.0 pallas-codec@0.29.0 pallas-configs@0.29.0 pallas-crypto@0.29.0 pallas-hardano@0.29.0 pallas-math@0.29.0 pallas-network@0.29.0 pallas-primitives@0.29.0 pallas-rolldb@0.29.0 pallas-traverse@0.29.0 pallas-txbuilder@0.29.0 pallas-utxorpc@0.29.0 pallas-wallet@0.29.0 Generated by cargo-workspaces
This commit is contained in:
parent
56b2df5f0d
commit
5d00e2c992
16 changed files with 79 additions and 63 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-wallet"
|
||||
description = "Cardano wallet utilities such as key generation"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -12,7 +12,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
|
|||
|
||||
[dependencies]
|
||||
thiserror = "1.0.49"
|
||||
pallas-crypto = { version = "=0.28.0", path = "../pallas-crypto" }
|
||||
pallas-crypto = { version = "=0.29.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