From 451751109f480afaabdafe9575543877efdd8d93 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 8 Dec 2021 10:54:47 -0300 Subject: [PATCH] chore: bump version numbers --- pallas-alonzo/Cargo.toml | 2 +- pallas/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index f4f31aa..da9ae05 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.2.0" +version = "0.2.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 0d31dff..fedd742 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.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -20,4 +20,4 @@ pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" } pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" } pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" } pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" } -pallas-alonzo = { version = "0.2.0", path = "../pallas-alonzo/", features=["crypto"] } \ No newline at end of file +pallas-alonzo = { version = "0.2.1", path = "../pallas-alonzo/", features=["crypto"] } \ No newline at end of file