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"