aptos/coin: pin dependency on move stdlib to fix build

This commit is contained in:
Csongor Kiss 2023-01-30 21:28:51 +08:00 committed by Evan Gray
parent 3dfc8a5285
commit 145ba6df0f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.0.1"
upgrade_policy = "compatible"
[dependencies]
MoveStdlib = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/move-stdlib/", rev = "main" }
MoveStdlib = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/move-stdlib/", rev = "mainnet" }
[dev-addresses]
wrapped_coin = "0x0"