From 075064318b248cdf835459c53dd2898cc84efb1a Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 16 Feb 2022 19:10:47 -0300 Subject: [PATCH] Release 0.5.0-alpha.2 pallas@0.5.0-alpha.2 pallas-crypto@0.5.0-alpha.2 pallas-miniprotocols@0.5.0-alpha.2 pallas-multiplexer@0.5.0-alpha.2 pallas-primitives@0.5.0-alpha.2 Generated by cargo-workspaces --- pallas-crypto/Cargo.toml | 2 +- pallas-miniprotocols/Cargo.toml | 2 +- pallas-multiplexer/Cargo.toml | 2 +- pallas-primitives/Cargo.toml | 2 +- pallas/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index 0a884f4..805f318 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.5.0-alpha.1" +version = "0.5.0-alpha.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 989ff5b..074a6c6 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.5.0-alpha.1" +version = "0.5.0-alpha.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 c3b8e34..f276c6b 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.5.0-alpha.1" +version = "0.5.0-alpha.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 a827481..dd000d7 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.5.0-alpha.1" +version = "0.5.0-alpha.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 2551a35..a0d70ac 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.5.0-alpha.1" +version = "0.5.0-alpha.2" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"