Skip to content

Commit

Permalink
example-rust: tmp fix for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed May 2, 2022
1 parent 3101a52 commit 37665e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/example-rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion plans/example-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = "1"
thiserror = "1"
tokio = { version = "1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "net"] }
#testground = "0.1.1"
testground = { git = 'https://github.com/testground/sdk-rust', rev = '5c50ba4f63d2aff6b815cfbfcb0c8f9e4d73809e' }
testground = { git = 'https://github.com/laurentsenta/sdk-rust', rev = '12a76e7de1f4e76df083b8f1deced35a231596eb' }

#[patch.crates-io]
#testground = { git = 'https://github.com/testground/sdk-rust', rev = '5c50ba4f63d2aff6b815cfbfcb0c8f9e4d73809e' }

0 comments on commit 37665e1

Please sign in to comment.