Skip to content

Commit

Permalink
Bump version of soroban rpc and spec tools (#1209)
Browse files Browse the repository at this point in the history
* Bump version of soroban rpc and spec tools

* revert cargo update for openssl and bumpalo

* Update SYSTEM_TEST_SOROBAN_CLI_REF in order to fix e2e tests
  • Loading branch information
psheth9 authored Feb 22, 2024
1 parent 06e8e9d commit 2ce9c35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# the soroban CLI & RPC source code to compile and run from system test
# refers to checked out source of current git hub ref context
SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }}/soroban-cli
SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }}
SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc.git

# core git ref should be latest commit for stable soroban functionality
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ version = "20.3.0"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
version = "=20.3.2"
version = "=20.3.3"
# git = "https://github.com/stellar/soroban-rpc"

[workspace.dependencies.soroban-spec-tools]
version = "=20.3.2"
version = "=20.3.3"
# git = "https://github.com/stellar/soroban-rpc"

[workspace.dependencies.stellar-xdr]
Expand Down

0 comments on commit 2ce9c35

Please sign in to comment.