From 27fb7e876471b713841d96e292ede40101b151d7 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 23 Aug 2023 22:18:00 -0300 Subject: [PATCH] Release v1.8.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b898d609..5f07981e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,7 +2118,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "oura" -version = "1.8.2" +version = "1.8.3" dependencies = [ "aws-config", "aws-sdk-lambda", diff --git a/Cargo.toml b/Cargo.toml index e4e170b2..aa1b655d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.8.2" +version = "1.8.3" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"