From 4641ecab6d00c9ec33412afabf78a3e7869ad8ee Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 15 Dec 2023 17:53:54 -0300 Subject: [PATCH] release: v0.6.0-alpha.0 (#157) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd01a37..0dea7a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4909,7 +4909,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrolls" -version = "0.5.0" +version = "0.6.0-alpha.0" dependencies = [ "async-trait", "bech32 0.8.1", diff --git a/Cargo.toml b/Cargo.toml index 82fa84d..304a148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scrolls" description = "Cardano Scrolls" -version = "0.5.0" +version = "0.6.0-alpha.0" edition = "2021" repository = "https://github.com/txpipe/scrolls" homepage = "https://github.com/txpipe/scrolls" @@ -27,7 +27,7 @@ clap = { version = "3.2.6", features = ["derive"] } log = "0.4.14" env_logger = "0.9.0" merge = "0.1.0" -config = { version = "0.13.0", default-features = false, features = ["toml","json"] } +config = { version = "0.13.0", default-features = false, features = ["toml", "json"] } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" prometheus_exporter = { version = "0.8.4", default-features = false }