Skip to content

Commit

Permalink
ping/rust: Update rust-sdk patch, remove unused dependencies (#42)
Browse files Browse the repository at this point in the history
* ping/rust: remove unused dependencies

* README: fix import instructions

* ping/rust: set channel capacity to # of instances

* ping/rust: use testground-v0.4.0 from crates.io
  • Loading branch information
elenaf9 authored Oct 4, 2022
1 parent 5b5b653 commit c71602e
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 263 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When a new version of libp2p is released, we want to make it permanent in the `p
- update the `go-libp2p` version, go version, and update the code if needed.
- then `go get -tags v$B && go mod tidy`
3. Run the test on your machine
- Do once, from the test-plans root: import the test-plans with `testground plan import ./ --name libp2p`
- Do once, from the test-plans root: import the test-plans with `testground plan import --from ./ --name libp2p`
- Run the test with `testground run composition -f ping/_compositions/go-cross-versions.toml --wait`

## How to add a new version to ping/rust
Expand Down
Loading

0 comments on commit c71602e

Please sign in to comment.