From 2a176723bffff5009fb5758ec062d21186ff8b49 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 19 Aug 2022 22:24:55 -0300 Subject: [PATCH] Release 0.13.2 pallas@0.13.2 pallas-addresses@0.13.2 pallas-codec@0.13.2 pallas-crypto@0.13.2 pallas-miniprotocols@0.13.2 pallas-multiplexer@0.13.2 pallas-primitives@0.13.2 pallas-traverse@0.13.2 Generated by cargo-workspaces --- pallas-addresses/Cargo.toml | 2 +- pallas-codec/Cargo.toml | 2 +- pallas-crypto/Cargo.toml | 2 +- pallas-miniprotocols/Cargo.toml | 2 +- pallas-multiplexer/Cargo.toml | 2 +- pallas-primitives/Cargo.toml | 2 +- pallas-traverse/Cargo.toml | 2 +- pallas/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pallas-addresses/Cargo.toml b/pallas-addresses/Cargo.toml index 93ae93e..b1bfd4c 100644 --- a/pallas-addresses/Cargo.toml +++ b/pallas-addresses/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-addresses" description = "Ergonomic library to work with different Cardano addresses" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-codec/Cargo.toml b/pallas-codec/Cargo.toml index b2140a6..0d91bec 100644 --- a/pallas-codec/Cargo.toml +++ b/pallas-codec/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-codec" description = "Pallas common CBOR encoding interface and utilities" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index b5f9319..b72a10a 100644 --- a/pallas-crypto/Cargo.toml +++ b/pallas-crypto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-crypto" description = "Cryptographic primitives for Cardano" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-miniprotocols/Cargo.toml b/pallas-miniprotocols/Cargo.toml index 71ebea8..80032cf 100644 --- a/pallas-miniprotocols/Cargo.toml +++ b/pallas-miniprotocols/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-miniprotocols" description = "Implementation of the Ouroboros network mini-protocols state-machines" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index 0468a7c..200e149 100644 --- a/pallas-multiplexer/Cargo.toml +++ b/pallas-multiplexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-multiplexer" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-primitives/Cargo.toml b/pallas-primitives/Cargo.toml index bf86407..d07efdc 100644 --- a/pallas-primitives/Cargo.toml +++ b/pallas-primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-primitives" description = "Ledger primitives and cbor codec for the different Cardano eras" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-traverse/Cargo.toml b/pallas-traverse/Cargo.toml index 269bced..d75afb8 100644 --- a/pallas-traverse/Cargo.toml +++ b/pallas-traverse/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-traverse" description = "Utilities to traverse over multi-era block data" -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index 7c72d53..baae682 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas" description = "Rust-native building blocks for the Cardano blockchain ecosystem." -version = "0.13.1" +version = "0.13.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"