Skip to content

Commit 91669f0

Browse files
committed
fix_cargo
1 parent 11d83ed commit 91669f0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
2525
license = "MIT"
2626
name = "bitfinity-evm-sdk"
2727
repository = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
28-
version = "0.6.1"
28+
version = "0.7.0"
2929

3030
[workspace.dependencies]
3131
anyhow = "1.0"
@@ -40,12 +40,12 @@ ethereum-types = "0.14"
4040
ethers-core = "2.0"
4141
hash-db = "0.16"
4242
hex = "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" }
4949
itertools = "0.11"
5050
jsonrpc-core = "18.0"
5151
log = "0.4"

0 commit comments

Comments
 (0)