From 7706dd7f5b3e7e1682c69b52725f991a768583df Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 13 Dec 2021 08:51:24 -0300 Subject: [PATCH] Release 0.3.2 pallas-alonzo@0.3.2 pallas-multiplexer@0.3.2 Generated by cargo-workspaces --- pallas-alonzo/Cargo.toml | 2 +- pallas-multiplexer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index ab13d0f..55ff46b 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-alonzo" description = "Ledger primitives and cbor codec for the Alonzo era" -version = "0.3.1" +version = "0.3.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 755bea3..f5dc47a 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.3.1" +version = "0.3.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"