Skip to content

Commit

Permalink
Fix rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 28, 2021
1 parent 2a8941a commit 61a8699
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 219 deletions.
11 changes: 10 additions & 1 deletion test/sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ edition = "2018"

[dependencies]
agones = { path = "../../../sdks/rust" }
async-std = "1.6.2"

[dependencies.tokio]
version = "1.6"
default-features = false
features = [
"macros",
"rt-multi-thread",
"sync",
"time",
]
Loading

0 comments on commit 61a8699

Please sign in to comment.