From 418e72d81fd736e3b3fcbe421aed61fbece90d9f Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 3 Jan 2022 22:26:14 -0300 Subject: [PATCH] Release 0.3.5 pallas@0.3.5 pallas-alonzo@0.3.5 pallas-chainsync@0.3.5 pallas-localstate@0.3.5 pallas-machines@0.3.5 pallas-multiplexer@0.3.5 pallas-txsubmission@0.3.5 Generated by cargo-workspaces --- pallas-alonzo/Cargo.toml | 2 +- pallas-chainsync/Cargo.toml | 2 +- pallas-localstate/Cargo.toml | 2 +- pallas-machines/Cargo.toml | 2 +- pallas-multiplexer/Cargo.toml | 2 +- pallas-txsubmission/Cargo.toml | 2 +- pallas/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 5ff7026..56fb458 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.4" +version = "0.3.5" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index be8dc06..ad19599 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-chainsync" description = "Implementation of the Ouroboros network chainsync mini-protocol" -version = "0.3.4" +version = "0.3.5" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-localstate/Cargo.toml b/pallas-localstate/Cargo.toml index a4296b5..c0b81ad 100644 --- a/pallas-localstate/Cargo.toml +++ b/pallas-localstate/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-localstate" description = "Implementation of the Ouroboros network local state query mini-protocol" -version = "0.3.4" +version = "0.3.5" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-machines/Cargo.toml b/pallas-machines/Cargo.toml index 9860e96..bfdb137 100644 --- a/pallas-machines/Cargo.toml +++ b/pallas-machines/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-machines" description = "A framework for implementing state machines for Ouroboros network mini-protocols" -version = "0.3.4" +version = "0.3.5" 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 d7acc5a..19555a3 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.4" +version = "0.3.5" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-txsubmission/Cargo.toml b/pallas-txsubmission/Cargo.toml index 28bdab9..94d901a 100644 --- a/pallas-txsubmission/Cargo.toml +++ b/pallas-txsubmission/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-txsubmission" description = "Implementation of the Ouroboros network txsubmission mini-protocol" -version = "0.3.4" +version = "0.3.5" 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 5e66c23..787de0f 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.3.4" +version = "0.3.5" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"