diff --git a/Cargo.toml b/Cargo.toml index a25bdbf..397ac62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ parking_lot = "0.12.1" sentry = "0.31.6" cota-smt = {package = "cota-smt", git = "https://github.com/nervina-labs/cota-smt", tag = "0.8.0"} joyid-smt = {package = "joyid-smt", git = "https://github.com/nervina-labs/joyid-smt", tag = "v0.8.0"} -ckb-sdk = "2.5.0" +ckb-sdk = "3.0.0" [target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies] tikv-jemallocator = { version = "0.5.4", features = ["unprefixed_malloc_on_supported_platforms"] }