Skip to content

Commit 6ac1ef4

Browse files
author
root28root
committed
minimarket: vendor MoveStdlib (local) to avoid git fetch hang
1 parent 03c0f43 commit 6ac1ef4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

minimarket/Move.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ std = "0x1"
99

1010
[dev-addresses]
1111
minimarket = "0x225b149b3bfc3caabcbb7edf8c855636c0c00131226127e35545556aaf325278"
12-
std = "0x1" [dependencies]
13-
MoveStdlib = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/move-stdlib", rev = "devnet" }
12+
std = "0x1"
13+
14+
[dependencies]
15+
MoveStdlib = { local = "vendor/aptos-core/aptos-move/framework/move-stdlib" }

minimarket/vendor/aptos-core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit be32f398329e3fce1fb5ebbe48f9fe5ad9a793c4

0 commit comments

Comments
 (0)