Skip to content

Commit

Permalink
Update canister-sdk 0.18 -> 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximkaaa committed Jul 24, 2024
1 parent 1cec9d7 commit bfa2fd9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
include = ["src/**/*", "LICENSE", "README.md"]
license = "MIT"
repository = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
version = "0.28.0"
version = "0.29.0"

[workspace.dependencies]
alloy-primitives = { version = "0.7", default-features = false }
Expand All @@ -36,18 +36,18 @@ candid = "0.10"
clap = { version = "4", features = ["derive", "env"] }
chrono = { version = "0.4", default-features = false }
derive_more = "0.99"
env_logger = { version = "0.11.0", default-features = false }
env_logger = { version = "0.11.4", default-features = false }
ethereum-types = "0.14"
ethers-core = "2.0"
futures = { version = "0.3", default-features = false }
hex = "0.4"
# Newer version 0.13.3 breakes backward compatibility. Add this temporary fix until pocket-ic or ic-cdk crates are fixed.
ic-cdk = "=0.13.2"
ic-canister = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-canister", tag = "v0.18.x" }
ic-canister-client = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-canister-client", tag = "v0.18.x" }
ic-exports = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-exports", tag = "v0.18.x" }
ic-log = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-log", tag = "v0.18.x" }
ic-stable-structures = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-stable-structures", tag = "v0.18.x" }
ic-canister = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-canister", tag = "v0.19.x" }
ic-canister-client = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-canister-client", tag = "v0.19.x" }
ic-exports = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-exports", tag = "v0.19.x" }
ic-log = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-log", tag = "v0.19.x" }
ic-stable-structures = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-stable-structures", tag = "v0.19.x" }
itertools = "0.13"
jsonrpc-core = "18.0"
jsonrpsee = { version = "0.23", features = ["server", "macros"] }
Expand Down

0 comments on commit bfa2fd9

Please sign in to comment.