@@ -25,7 +25,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
2525license = " MIT"
2626name = " bitfinity-evm-sdk"
2727repository = " https://github.com/bitfinity-network/bitfinity-evm-sdk"
28- version = " 0.6.1 "
28+ version = " 0.7.0 "
2929
3030[workspace .dependencies ]
3131anyhow = " 1.0"
@@ -40,12 +40,12 @@ ethereum-types = "0.14"
4040ethers-core = " 2.0"
4141hash-db = " 0.16"
4242hex = " 0.4"
43- ic-canister = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister" , branch = " syn2 " }
44- ic-canister-client = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister-client" , branch = " syn2 " }
45- ic-exports = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-exports" , branch = " syn2 " }
46- ic-stable-structures = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-stable-structures" , branch = " syn2 " }
47- ic-storage = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-storage" , branch = " syn2 " }
48- ic-log = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-log" , branch = " syn2 " }
43+ ic-canister = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister" , tag = " v0.10.x " }
44+ ic-canister-client = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister-client" , tag = " v0.10.x " }
45+ ic-exports = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-exports" , tag = " v0.10.x " }
46+ ic-stable-structures = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-stable-structures" , tag = " v0.10.x " }
47+ ic-storage = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-storage" , tag = " v0.10.x " }
48+ ic-log = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-log" , tag = " v0.10.x " }
4949itertools = " 0.11"
5050jsonrpc-core = " 18.0"
5151log = " 0.4"
0 commit comments