Skip to content

Commit

Permalink
Fix publish with new crates (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jun 17, 2023
1 parent 4b04c32 commit 8c2d983
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
target: aarch64-apple-darwin
# - os: windows-latest
# target: x86_64-pc-windows-msvc
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: soroban-spec-tools soroban-spec-json soroban-spec-typescript soroban-test soroban-cli
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ rev = "7d143e425b690f2981ae804ce249462d98a68b0d"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-typescript]
version = "0.8.5"
path = "./cmd/crates/soroban-spec-typescript"

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

[workspace.dependencies.soroban-sdk]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-tools"
authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.8.0"
version.workspace = true
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down

0 comments on commit 8c2d983

Please sign in to comment.