Skip to content

Commit

Permalink
Add an increment example which can be paused by a dependency (#342)
Browse files Browse the repository at this point in the history
* Add an increment example which can be paused by a dependency
  • Loading branch information
leighmcculloch authored Dec 27, 2024
1 parent 7da05b2 commit aeae367
Show file tree
Hide file tree
Showing 37 changed files with 7,171 additions and 316 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
- run: cargo version
- run: rustup target add ${{ matrix.sys.target }}
- run: rustup target add wasm32-unknown-unknown
- uses: stellar/stellar-cli@4b2738e96f955904a9cf815e0a0bb947bf8201eb
- uses: stellar/stellar-cli@v22.1.0
with:
version: 21.5.3
version: 22.1.0
- run: make test
env:
CARGO_BUILD_TARGET: ${{ matrix.sys.target }}
44 changes: 22 additions & 22 deletions account/Cargo.lock

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

44 changes: 22 additions & 22 deletions alloc/Cargo.lock

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

Loading

0 comments on commit aeae367

Please sign in to comment.