Release 0.19.0-alpha.1

pallas@0.19.0-alpha.1
pallas-addresses@0.19.0-alpha.1
pallas-codec@0.19.0-alpha.1
pallas-crypto@0.19.0-alpha.1
pallas-network@0.19.0-alpha.1
pallas-primitives@0.19.0-alpha.1
pallas-traverse@0.19.0-alpha.1
pallas-utxorpc@0.19.0-alpha.1

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2023-06-11 21:42:56 -03:00
parent 65331e8346
commit 4c227141e2
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-addresses" name = "pallas-addresses"
description = "Ergonomic library to work with different Cardano addresses" description = "Ergonomic library to work with different Cardano addresses"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-codec" name = "pallas-codec"
description = "Pallas common CBOR encoding interface and utilities" description = "Pallas common CBOR encoding interface and utilities"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-crypto" name = "pallas-crypto"
description = "Cryptographic primitives for Cardano" description = "Cryptographic primitives for Cardano"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-network" name = "pallas-network"
description = "Ouroboros networking stack using async IO" description = "Ouroboros networking stack using async IO"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-primitives" name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras" description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-traverse" name = "pallas-traverse"
description = "Utilities to traverse over multi-era block data" description = "Utilities to traverse over multi-era block data"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-utxorpc" name = "pallas-utxorpc"
description = "Pallas interoperability with the UTxORPC spec" description = "Pallas interoperability with the UTxORPC spec"
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas" name = "pallas"
description = "Rust-native building blocks for the Cardano blockchain ecosystem." description = "Rust-native building blocks for the Cardano blockchain ecosystem."
version = "0.19.0-alpha.0" version = "0.19.0-alpha.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"