From ef67abc4dc0d391388c0be4287d957901b833de0 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 20 Feb 2024 17:59:32 -0800 Subject: [PATCH] See if we can dry-run on this branch --- .github/workflows/e2e.yml | 1 - .github/workflows/rust.yml | 2 +- Cargo.lock | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b5ea64fa0..bb226b0fc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,7 +7,6 @@ on: jobs: integration: - if: false name: System tests strategy: matrix: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cf1d3343f..5c120faac 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -82,7 +82,7 @@ jobs: done publish-dry-run: - if: github.event_name == 'push' || startsWith(github.head_ref, 'release/') + # if: github.event_name == 'push' || startsWith(github.head_ref, 'release/') strategy: fail-fast: false matrix: diff --git a/Cargo.lock b/Cargo.lock index c141ee817..0c1e6cead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3673,8 +3673,8 @@ dependencies = [ [[package]] name = "soroban-rpc" -version = "20.3.1" -source = "git+https://github.com/stellar/soroban-rpc?branch=add-spec-tools-crate#6a700d0a78609dc8445ba411ac0fbde41c381cda" +version = "20.3.2" +source = "git+https://github.com/stellar/soroban-rpc#cbafd840e214e51af5d18b6921cb6d97cafc8c9a" dependencies = [ "base64 0.21.7", "clap", @@ -3787,8 +3787,8 @@ dependencies = [ [[package]] name = "soroban-spec-tools" -version = "20.3.1" -source = "git+https://github.com/stellar/soroban-rpc?branch=add-spec-tools-crate#6a700d0a78609dc8445ba411ac0fbde41c381cda" +version = "20.3.2" +source = "git+https://github.com/stellar/soroban-rpc#cbafd840e214e51af5d18b6921cb6d97cafc8c9a" dependencies = [ "base64 0.21.7", "ethnum",