Skip to content

Commit

Permalink
Use external soroban-spec-tools crate
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Jan 18, 2024
1 parent 06125e0 commit 7dd64b4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1,810 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
cargo-hack-feature-options: --features opt --ignore-unknown-features
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: soroban-spec-tools soroban-spec-typescript soroban-test soroban-cli
crates: soroban-spec-typescript soroban-test soroban-cli
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}
6 changes: 3 additions & 3 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ rev = "e6c2c900ab82b5f6eec48f69cb2cb519e19819cb"
version = "20.2.0"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "20.2.0"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "=20.1.0"
git = "https://github.com/stellar/rs-soroban-sdk"
Expand Down Expand Up @@ -86,6 +82,7 @@ tracing-appender = "0.2.2"
which = "4.4.0"
wasmparser = "0.90.0"
soroban-spec-json = "20.2.0"
soroban-spec-tools = "20.2.0"


# [patch."https://github.com/stellar/rs-soroban-env"]
Expand Down
37 changes: 0 additions & 37 deletions cmd/crates/soroban-spec-tools/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/crates/soroban-spec-tools/README.md

This file was deleted.

Loading

0 comments on commit 7dd64b4

Please sign in to comment.