From b740aaf968a9ea06385c055526c008682adcdbca Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 8 Dec 2021 09:47:37 -0300 Subject: [PATCH] chore: bump versions --- 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 b24b0a7..f4f31aa 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.1.0" +version = "0.2.0" 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 9948729..0d31dff 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.1.0" +version = "0.2.0" 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.1.0", path = "../pallas-alonzo/" } \ No newline at end of file +pallas-alonzo = { version = "0.2.0", path = "../pallas-alonzo/", features=["crypto"] } \ No newline at end of file