Skip to content

Commit

Permalink
chore: update mysten-sim pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jan 9, 2023
1 parent b076a5c commit eebd90a
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 = "dbbbbddf35408f8c5cfefe450f6a731e97b258c3", package = "msim-macros" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099", 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 = "dbbbbddf35408f8c5cfefe450f6a731e97b258c3", package = "msim" }
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099", 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 = "dbbbbddf35408f8c5cfefe450f6a731e97b258c3"'
--config 'patch.crates-io.tokio.rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099"'
--config 'patch.crates-io.futures-timer.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.futures-timer.rev = "dbbbbddf35408f8c5cfefe450f6a731e97b258c3"'
--config 'patch.crates-io.futures-timer.rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099"'
)
fi

Expand Down

0 comments on commit eebd90a

Please sign in to comment.