@@ -61,52 +61,56 @@ tonic = "0.14"
6161url = " 2.5.7"
6262
6363# Sui dependencies
64- move-binary-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
65- move-trace-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
66- move-package = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
67- move-compiler = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
68- move-disassembler = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
69- move-ir-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
70- move-core-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
71- move-vm-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
72- move-vm-stack = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
73- move-vm-runtime = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" , features = [" tracing" , " testing" ]}
74- move-model = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
75- move-stackless-bytecode = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
76- sui-move-build = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
77- sui-json-rpc-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
78- sui-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
79- sui-package-management = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
80- sui-sdk = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
81- sui-config = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
82- sui-storage = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
83- sui-snapshot = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
84- sui-core = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
85- sui-execution = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" , features = [" testing" ]}
86- shared-crypto = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
87- sui-move-natives-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
88- sui-adapter-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
64+ move-binary-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" , features = [" wasm" ]}
65+ move-trace-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
66+ move-package = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
67+ move-compiler = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
68+ move-disassembler = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
69+ move-ir-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
70+ move-core-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
71+ move-vm-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
72+ move-vm-runtime = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" , features = [" tracing" , " testing" ]}
73+ move-model = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
74+ move-stackless-bytecode = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
75+ sui-move-build = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
76+ sui-json-rpc-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
77+ sui-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
78+ move-package-alt = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
79+ move-package-alt-compilation = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
80+ sui-package-alt = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
81+ sui-package-management = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
82+ sui-sdk = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
83+ sui-config = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
84+ sui-storage = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
85+ sui-snapshot = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
86+ sui-core = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
87+ sui-execution = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" , features = [" testing" ]}
88+ shared-crypto = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
89+ sui-move-natives-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
90+ sui-adapter-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.65.2-fuzz" }
8991
9092
91- sui-rpc = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " fb62af78b30f5dc64eeaec0094ab95b5ce5b7ce2 " }
92- sui-sdk-types = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " fb62af78b30f5dc64eeaec0094ab95b5ce5b7ce2 " }
93- fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " 09f86974195ec85d8aae386b1909d341d3ccfe52 " } # sui use git dependency =/
93+ sui-rpc = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " aef7655b45dcf3747281456f4999542dc52f6af6 " }
94+ sui-sdk-types = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " aef7655b45dcf3747281456f4999542dc52f6af6 " }
95+ fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " d2e2d13be3e550745739144e2a090b9675e4ffcb " } # sui use git dependency =/
9496
9597# move-stackless-bytecode = {path = "../sui/external-crates/move/crates/move-stackless-bytecode"}
9698# move-model = {path = "../sui/external-crates/move/crates/move-model"}
97- # move-binary-format = {path = "../sui/external-crates/move/crates/move-binary-format"}
99+ # move-binary-format = {path = "../sui/external-crates/move/crates/move-binary-format", features = ["wasm"] }
98100# move-trace-format = {path = "../sui/external-crates/move/crates/move-trace-format"}
99101# move-package = {path = "../sui/external-crates/move/crates/move-package"}
102+ # move-package-alt = {path = "../sui/external-crates/move/crates/move-package-alt"}
103+ # move-package-alt-compilation = {path = "../sui/external-crates/move/crates/move-package-alt-compilation"}
100104# move-compiler = {path = "../sui/external-crates/move/crates/move-compiler"}
101105# move-disassembler = {path = "../sui/external-crates/move/crates/move-disassembler"}
102106# move-ir-types = {path = "../sui/external-crates/move/crates/move-ir-types"}
103107# move-core-types = {path = "../sui/external-crates/move/crates/move-core-types"}
104108# move-vm-types = {path = "../sui/external-crates/move/crates/move-vm-types"}
105- # move-vm-stack = {path = "../sui/external-crates/move/crates/move-vm-stack"}
106109# move-vm-runtime = {path = "../sui/external-crates/move/crates/move-vm-runtime", features = ["tracing", "testing"]}
107110# sui-move-build = {path = "../sui/crates/sui-move-build"}
108111# sui-json-rpc-types = {path = "../sui/crates/sui-json-rpc-types"}
109112# sui-types = {path = "../sui/crates/sui-types"}
113+ # sui-package-alt = {path = "../sui/crates/sui-package-alt"}
110114# sui-package-management = {path = "../sui/crates/sui-package-management"}
111115# sui-sdk = {path = "../sui/crates/sui-sdk"}
112116# sui-config = {path = "../sui/crates/sui-config"}
0 commit comments