Skip to content

Commit

Permalink
Merge pull request #113 from stellar/bump-rust-deps
Browse files Browse the repository at this point in the history
Bump soroban Rust dependencies
  • Loading branch information
2opremio authored Mar 27, 2024
2 parents 4f5c12c + ab6f816 commit 564480f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 50 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

complete:
if: always()
needs: [fmt, rust-analyzer-compat, build-and-test, publish-dry-run]
needs: [fmt, build-and-test, publish-dry-run]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand All @@ -26,15 +26,6 @@ jobs:
- run: rustup update
- run: cargo fmt --all --check

rust-analyzer-compat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- run: rustup +nightly component add rust-analyzer
- name: Check if rust-analyzer encounters any errors parsing project
run: rustup run nightly rust-analyzer analysis-stats . 2>&1 | (! grep '^\[ERROR')

build-and-test:
strategy:
fail-fast: false
Expand Down
68 changes: 41 additions & 27 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ version = "20.3.3"
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host]
version = "=20.2.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
version = "=20.3.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
# path = "../rs-soroban-env/soroban-env-host"

[workspace.dependencies.soroban-simulation]
version = "=20.2.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
version = "=20.3.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
# path = "../rs-soroban-env/soroban-simulation"

[workspace.dependencies.soroban-spec]
version = "=20.4.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "89efc3c211d41f1ab143bed0a09cd6af353bb098"
version = "=20.5.0"
# git = "https://github.com/stellar/rs-soroban-sdk"
# rev = "89efc3c211d41f1ab143bed0a09cd6af353bb098"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-rust]
version = "=20.3.2"
version = "=20.5.0"
# git = "https://github.com/stellar/rs-soroban-sdk"
# rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de"
# path = "../rs-soroban-sdk/soroban-spec-rust"
Expand All @@ -46,9 +46,9 @@ git = "https://github.com/stellar/soroban-cli"
rev = "a59f5f421a27bab71472041fc619dd8b0d1cf902"

[workspace.dependencies.soroban-sdk]
version = "=20.4.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "89efc3c211d41f1ab143bed0a09cd6af353bb098"
version = "=20.5.0"
# git = "https://github.com/stellar/rs-soroban-sdk"
# rev = "89efc3c211d41f1ab143bed0a09cd6af353bb098"

[workspace.dependencies.soroban-token-sdk]
version = "=20.3.2"
Expand Down

0 comments on commit 564480f

Please sign in to comment.