File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ license = "Apache-2.0"
77[features ]
88cacao = [
99 " dep:erc6492" ,
10- " dep:alloy-transport" ,
1110 " dep:alloy-provider" ,
11+ " dep:alloy-transport" ,
1212 " dep:alloy-primitives" ,
1313]
1414
@@ -36,8 +36,8 @@ once_cell = "1.16"
3636jsonwebtoken = " 8.1"
3737sha2 = { version = " 0.10.6" }
3838url = " 2"
39- alloy-transport = { git = " https://github.com/alloy-rs/alloy.git" , rev = " d68a6b7" , optional = true }
4039alloy-provider = { git = " https://github.com/alloy-rs/alloy.git" , rev = " d68a6b7" , optional = true }
40+ alloy-transport = { git = " https://github.com/alloy-rs/alloy.git" , rev = " d68a6b7" , optional = true }
4141alloy-primitives = { version = " 0.7.0" , optional = true }
4242erc6492 = { git = " https://github.com/WalletConnect/erc6492.git" , optional = true }
4343strum = { version = " 0.26" , features = [" strum_macros" , " derive" ] }
You can’t perform that action at this time.
0 commit comments