We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f34cd commit 6496bbaCopy full SHA for 6496bba
crates/sui-framework/Cargo.toml
@@ -17,7 +17,7 @@ sui-types.workspace = true
17
18
move-binary-format.workspace = true
19
move-core-types.workspace = true
20
-workspace-hack = { version = "0.1", path = "../workspace-hack" }
+workspace-hack.workspace = true
21
22
[build-dependencies]
23
anyhow.workspace = true
crates/sui-genesis-builder/Cargo.toml
@@ -28,7 +28,7 @@ sui-framework.workspace = true
28
sui-framework-snapshot.workspace = true
29
sui-protocol-config.workspace = true
30
sui-types.workspace = true
31
32
[target.'cfg(msim)'.dependencies]
33
sui-simulator.workspace = true
34
0 commit comments