From b22dca2ae028104939053e6096aad36fb6695be2 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 1 Aug 2022 22:50:28 -0300 Subject: [PATCH] Release v1.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4a6d5d2..bf809db1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1578,7 +1578,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "oura" -version = "1.5.1" +version = "1.5.2" dependencies = [ "aws-config", "aws-sdk-lambda", diff --git a/Cargo.toml b/Cargo.toml index e2454ca9..61d2241c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.5.1" +version = "1.5.2" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"