Open datznt opened 7 months ago
--skip-dependency-verification
I am running macOS Ventura (13.1) on an M1 chip with Sui 1.36.2
and resolved the issue by changing rev = "framework/testnet"
to rev = "testnet"
in the dependencies section.
[dependencies]
# Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" }
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet" }
Steps to Reproduce Issue
I had some errors when trying to build the project: Failed to build Move modules: Failed to resolve dependencies for package 'test'
e.g.
Expected Result
Successful
Actual Result
System Information