From 8b20c3e8b0beb4620e8090178c084c29600789a2 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 13 Mar 2022 08:58:15 -0300 Subject: [PATCH] Release 0.7.0-alpha.0 pallas@0.7.0-alpha.0 pallas-crypto@0.7.0-alpha.0 pallas-miniprotocols@0.7.0-alpha.0 pallas-multiplexer@0.7.0-alpha.0 pallas-primitives@0.7.0-alpha.0 Generated by cargo-workspaces --- pallas-crypto/Cargo.toml | 2 +- pallas-miniprotocols/Cargo.toml | 4 ++-- pallas-multiplexer/Cargo.toml | 2 +- pallas-primitives/Cargo.toml | 4 ++-- pallas/Cargo.toml | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index 35dc648..fe1fcd4 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.6.0" +version = "0.7.0-alpha.0" 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 d734e90..178e97f 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.6.0" +version = "0.7.0-alpha.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.6.0", path = "../pallas-multiplexer/" } +pallas-multiplexer = { version = "0.7.0-alpha.0", path = "../pallas-multiplexer/" } minicbor = { version="0.14", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index 36f9be4..60fec31 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.6.0" +version = "0.7.0-alpha.0" 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 6a471c1..e1fa41d 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.6.4" +version = "0.7.0-alpha.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -18,5 +18,5 @@ minicbor = { version = "0.14", features = ["std", "half"] } minicbor-derive = "0.9.0" hex = "0.4.3" log = "0.4.14" -pallas-crypto = { version = "0.6.0", path = "../pallas-crypto" } +pallas-crypto = { version = "0.7.0-alpha.0", path = "../pallas-crypto" } base58 = "0.2.0" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index f89f635..ad40786 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.6.0" +version = "0.7.0-alpha.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.6.0", path = "../pallas-multiplexer/" } -pallas-miniprotocols = { version = "0.6.0", path = "../pallas-miniprotocols/" } -pallas-primitives = { version = "0.6.0", path = "../pallas-primitives/" } -pallas-crypto = { version = "0.6.0", path = "../pallas-crypto/" } +pallas-multiplexer = { version = "0.7.0-alpha.0", path = "../pallas-multiplexer/" } +pallas-miniprotocols = { version = "0.7.0-alpha.0", path = "../pallas-miniprotocols/" } +pallas-primitives = { version = "0.7.0-alpha.0", path = "../pallas-primitives/" } +pallas-crypto = { version = "0.7.0-alpha.0", path = "../pallas-crypto/" }