Release 0.31.0
pallas@0.31.0 pallas-addresses@0.31.0 pallas-applying@0.31.0 pallas-codec@0.31.0 pallas-configs@0.31.0 pallas-crypto@0.31.0 pallas-hardano@0.31.0 pallas-math@0.31.0 pallas-network@0.31.0 pallas-primitives@0.31.0 pallas-traverse@0.31.0 pallas-txbuilder@0.31.0 pallas-utxorpc@0.31.0 pallas-wallet@0.31.0 Generated by cargo-workspaces
This commit is contained in:
parent
f3de418eee
commit
bda3889b41
14 changed files with 62 additions and 62 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-crypto"
|
||||
description = "Cryptographic primitives for Cardano"
|
||||
version = "0.30.2"
|
||||
version = "0.31.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -18,7 +18,7 @@ hex = "0.4"
|
|||
cryptoxide = { version = "0.4.4" }
|
||||
thiserror = "1.0"
|
||||
rand_core = "0.6"
|
||||
pallas-codec = { version = "=0.30.2", path = "../pallas-codec" }
|
||||
pallas-codec = { version = "=0.31.0", path = "../pallas-codec" }
|
||||
serde = "1.0.143"
|
||||
kes-summed-ed25519 = { git = "https://github.com/txpipe/kes", rev = "f69fb357d46f6a18925543d785850059569d7e78" }
|
||||
zeroize = "1.8.1"
|
||||
|
|
@ -32,4 +32,4 @@ itertools = "0.13"
|
|||
quickcheck = "1.0"
|
||||
quickcheck_macros = "1.0"
|
||||
rand = "0.8"
|
||||
serde_test = "1.0.143"
|
||||
serde_test = "1.0.143"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue