From 988ac7af12d05be9709bfcac53bc101ddcd58590 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 10 Dec 2021 07:52:27 -0300 Subject: [PATCH] bump version patch --- pallas-alonzo/Cargo.toml | 2 +- pallas-blockfetch/Cargo.toml | 2 +- pallas-chainsync/Cargo.toml | 2 +- pallas-handshake/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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 973c1d4..ab13d0f 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.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-blockfetch/Cargo.toml b/pallas-blockfetch/Cargo.toml index 1959600..7372eb8 100644 --- a/pallas-blockfetch/Cargo.toml +++ b/pallas-blockfetch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-blockfetch" description = "Implementation of the Ouroboros network blockfetch mini-protocol" -version = "0.3.0" +version = "0.3.1" 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 6072e9c..3fd98e9 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.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-handshake/Cargo.toml b/pallas-handshake/Cargo.toml index 96f9d9d..4229813 100644 --- a/pallas-handshake/Cargo.toml +++ b/pallas-handshake/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-handshake" description = "Implementation of the Ouroboros network handshake mini-protocol" -version = "0.3.0" +version = "0.3.1" 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 2435c80..48aecdb 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.0" +version = "0.3.1" 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 8f78ebd..2cb945d 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.0" +version = "0.3.1" 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 d21c284..755bea3 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.0" +version = "0.3.1" 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 d15c78d..539fff9 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.0" +version = "0.3.1" 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 b70f461..e593a65 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.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"