Skip to content

Commit 6496bba

Browse files
committed
hakari: use workspace-dotted format for importing workspace-hack
1 parent 06f34cd commit 6496bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/sui-framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sui-types.workspace = true
1717

1818
move-binary-format.workspace = true
1919
move-core-types.workspace = true
20-
workspace-hack = { version = "0.1", path = "../workspace-hack" }
20+
workspace-hack.workspace = true
2121

2222
[build-dependencies]
2323
anyhow.workspace = true

crates/sui-genesis-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sui-framework.workspace = true
2828
sui-framework-snapshot.workspace = true
2929
sui-protocol-config.workspace = true
3030
sui-types.workspace = true
31-
workspace-hack = { version = "0.1", path = "../workspace-hack" }
31+
workspace-hack.workspace = true
3232
[target.'cfg(msim)'.dependencies]
3333
sui-simulator.workspace = true
3434

0 commit comments

Comments
 (0)