Skip to content

Commit

Permalink
fix(test): fix running simulation test on ARM64 macOS (#6885)
Browse files Browse the repository at this point in the history
update madsim to fix running simulation test on ARM64 macOS

Signed-off-by: Runji Wang <wangrunji0408@163.com>

Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 authored Dec 13, 2022
1 parent 845c5a5 commit d0c0a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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 src/tests/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ etcd-client = { version = "0.2.11", package = "madsim-etcd-client" }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
glob = "0.3"
itertools = "0.10"
madsim = "0.2.11"
madsim = "0.2.12"
paste = "1"
rand = "0.8"
rdkafka = { package = "madsim-rdkafka", version = "=0.2.8-alpha", features = ["cmake-build"] }
Expand Down

0 comments on commit d0c0a55

Please sign in to comment.