From 0fea080edc4909992a264bbc54a7e3f18a796101 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Thu, 13 Oct 2022 16:37:28 -0300 Subject: [PATCH] Release v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee53fa0b..d6893ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1504,7 +1504,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scrolls" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bech32 0.8.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3a6ff0f1..a999a88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scrolls" description = "Cardano Scrolls" -version = "0.4.0" +version = "0.4.1" edition = "2021" repository = "https://github.com/txpipe/scrolls" homepage = "https://github.com/txpipe/scrolls" @@ -12,7 +12,7 @@ authors = ["Santiago Carmuega "] [dependencies] -pallas = "0.14.0-alpha.5" +pallas = "0.14.0-alpha.6" # pallas = { path = "../pallas/pallas" } # pallas = { git = "https://github.com/txpipe/pallas.git" } hex = "0.4.3"