From 8caf5adcf38795cb72b1086ac474bcab88ec396f Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 16 Dec 2023 13:19:14 -0300 Subject: [PATCH] chore: bump crate version to v1.8.4 --- Cargo.lock | 2 +- Cargo.toml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f07981e..38d83718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,7 +2118,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "oura" -version = "1.8.3" +version = "1.8.4" dependencies = [ "aws-config", "aws-sdk-lambda", diff --git a/Cargo.toml b/Cargo.toml index aa1b655d..9df40c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.8.3" +version = "1.8.4" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura" @@ -23,11 +23,7 @@ log = "0.4.17" env_logger = "0.10.0" crossterm = "0.25" merge = "0.1.0" -config = { version = "0.13.2", default-features = false, features = [ - "toml", - "yaml", - "json", -] } +config = { version = "0.13.2", default-features = false, features = ["toml", "yaml", "json"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.89", features = ["arbitrary_precision"] } strum = "0.24"