From f9d898d39f94b3a874b56b75067622fa3db250a5 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Thu, 9 Nov 2023 11:48:15 +0100 Subject: [PATCH] Release 0.3.9 erc20_processor@0.3.9 Generated by cargo-workspaces --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acca82be..940246e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,7 +1072,7 @@ dependencies = [ [[package]] name = "erc20_processor" -version = "0.3.8" +version = "0.3.9" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 79b6f1a3..0a5bd774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" name = "erc20_processor" description = "Payment processor for ERC20 tokens" authors = ["Sieciech Czajka "] -version = "0.3.8" +version = "0.3.9" edition = "2021" license = "MIT"