Skip to content

Commit

Permalink
Merge branch 'main' into i1800
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jan 17, 2025
2 parents df3763b + 3e01f57 commit e5470a9
Show file tree
Hide file tree
Showing 12 changed files with 2,506 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ defaults:
shell: bash

jobs:

publish:
uses: stellar/actions/.github/workflows/rust-publish.yml@main
with:
additional-deb-packages: libudev-dev
additional-deb-packages: libudev-dev libdbus-1-dev
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
#- os: ubuntu-latest-16-cores
# target: aarch64-unknown-linux-gnu
# cargo-hack-feature-options: --feature-powerset
# additional-deb-packages: libudev-dev libssl-dev
# additional-deb-packages: libudev-dev libssl-dev libdbus-1-dev
- os: macos-latest
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ should initially look like this.
> origin https://github.com/YOUR_USERNAME/stellar-cli.git (push)
```

* Set the `stellar/stellar-cli` repo as new remote upstream repository that will
* Set the `stellar/stellar-cli` repo as the remote upstream repository that will
sync with your fork.
```
git remote add upstream https://github.com/stellar/stellar-cli.git
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default-members = [
exclude = [
"cmd/crates/soroban-test/tests/fixtures/hello",
"cmd/crates/soroban-test/tests/fixtures/bye",
"cmd/crates/soroban-test/tests/fixtures/eth_abi",
]

[workspace.package]
Expand Down
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ assert_fs = "1.0.7"
predicates = { workspace = true }
fs_extra = "1.3.0"
toml = { workspace = true }
home = "0.5.9"

[dev-dependencies]
serde_json = "1.0.93"
Expand Down
Loading

0 comments on commit e5470a9

Please sign in to comment.