@@ -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.2 "
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" , tag = " v0.9 .x" }
44- ic-canister-client = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister-client" , tag = " v0.9 .x" }
45- ic-exports = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-exports" , tag = " v0.9 .x" }
46- ic-stable-structures = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-stable-structures" , tag = " v0.9 .x" }
47- ic-storage = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-storage" , tag = " v0.9 .x" }
48- ic-log = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-log" , tag = " v0.9 .x" }
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"
@@ -60,7 +60,7 @@ sha2 = "0.10"
6060sha3 = " 0.10"
6161thiserror = " 1.0"
6262tokio = { version = " 1.24" , features = [" macros" , " rt" ] }
63- zip = " 0.6.6 "
63+ zip = " 0.6"
6464alloy-primitives = { version = " 0.4" , default-features = false }
6565
6666[profile .dev ]
0 commit comments