Skip to content

Commit

Permalink
Update mysten-sim pointer (MystenLabs#14611)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Nov 1, 2023
1 parent 5f36bd4 commit a9ff6ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ match_opt = "0.1.2"
mime = "0.3"
mockall = "0.11.4"
more-asserts = "0.3.1"
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "03b22b1576b5b81fd76fc9aa85009b22ddbfd5b6", package = "msim" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "03b22b1576b5b81fd76fc9aa85009b22ddbfd5b6", package = "msim-macros" }
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "1a52783d6600ecc22e15253a982f77881bd47c77", package = "msim" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "1a52783d6600ecc22e15253a982f77881bd47c77", package = "msim-macros" }
multiaddr = "0.17.0"
nexlint = { git = "https://github.com/nextest-rs/nexlint.git", rev = "94da5c787636dad779c340affa65219134d127f5" }
nexlint-lints = { git = "https://github.com/nextest-rs/nexlint.git", rev = "94da5c787636dad779c340affa65219134d127f5" }
Expand Down
4 changes: 2 additions & 2 deletions scripts/simtest/cargo-simtest
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if [ -n "$LOCAL_MSIM_PATH" ]; then
else
cargo_patch_args=(
--config 'patch.crates-io.tokio.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.tokio.rev = "03b22b1576b5b81fd76fc9aa85009b22ddbfd5b6"'
--config 'patch.crates-io.tokio.rev = "1a52783d6600ecc22e15253a982f77881bd47c77"'
--config 'patch.crates-io.futures-timer.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.futures-timer.rev = "03b22b1576b5b81fd76fc9aa85009b22ddbfd5b6"'
--config 'patch.crates-io.futures-timer.rev = "1a52783d6600ecc22e15253a982f77881bd47c77"'
)
fi

Expand Down

0 comments on commit a9ff6ca

Please sign in to comment.