From 957ecc5091dfaf001e164c90ea5bf0a1e2b7d0f7 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 16 Oct 2023 15:01:22 -0700 Subject: [PATCH] 1.43.50 --- Cargo.lock | 4 ++-- Dockerfile | 1 + web3_proxy/Cargo.toml | 2 +- web3_proxy_cli/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62ceef41..065f9c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "web3_proxy" -version = "1.43.49" +version = "1.43.50" dependencies = [ "anyhow", "arc-swap", @@ -6641,7 +6641,7 @@ dependencies = [ [[package]] name = "web3_proxy_cli" -version = "1.43.49" +version = "1.43.50" dependencies = [ "console-subscriber", "env_logger", diff --git a/Dockerfile b/Dockerfile index 7c5cb921..f07f82c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,6 +97,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \ FROM rust as rust_with_env # changing our features doesn't change any of the steps above +# TODO: i think this should be an ARG ENV WEB3_PROXY_FEATURES "stripe" # copy the app diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 49017448..0ee16424 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web3_proxy" -version = "1.43.49" +version = "1.43.50" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/web3_proxy_cli/Cargo.toml b/web3_proxy_cli/Cargo.toml index aeccc41d..112cfdd0 100644 --- a/web3_proxy_cli/Cargo.toml +++ b/web3_proxy_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web3_proxy_cli" -version = "1.43.49" +version = "1.43.50" edition = "2021" default-run = "web3_proxy_cli"