Skip to content

Commit

Permalink
Update mysten sim pointer (MystenLabs#7526)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood authored Jan 19, 2023
1 parent cdb466f commit adf2acb
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion crates/sui-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ syn = "1.0.104"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[target.'cfg(msim)'.dependencies]
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "bef88159c02fae45d94739f4d380efebf86b2958", package = "msim-macros" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "2bd1f8d83eeb9be60e9570391b01b29bb90421f5", package = "msim-macros" }
2 changes: 1 addition & 1 deletion crates/sui-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ telemetry-subscribers.workspace = true
tower = "0.4.13"

[target.'cfg(msim)'.dependencies]
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "bef88159c02fae45d94739f4d380efebf86b2958", package = "msim" }
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "2bd1f8d83eeb9be60e9570391b01b29bb90421f5", package = "msim" }
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 = "bef88159c02fae45d94739f4d380efebf86b2958"'
--config 'patch.crates-io.tokio.rev = "2bd1f8d83eeb9be60e9570391b01b29bb90421f5"'
--config 'patch.crates-io.futures-timer.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.futures-timer.rev = "bef88159c02fae45d94739f4d380efebf86b2958"'
--config 'patch.crates-io.futures-timer.rev = "2bd1f8d83eeb9be60e9570391b01b29bb90421f5"'
)
fi

Expand Down

0 comments on commit adf2acb

Please sign in to comment.