Release 0.6.0

pallas@0.6.0
pallas-crypto@0.6.0
pallas-miniprotocols@0.6.0
pallas-multiplexer@0.6.0
pallas-primitives@0.6.0

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2022-02-28 12:11:31 -03:00
parent 6f2d117f9d
commit 165f43695d
5 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.5.3"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
@ -18,5 +18,5 @@ 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" }
pallas-crypto = { version = "0.6.0", path = "../pallas-crypto" }
base58 = "0.2.0"