diff --git a/feature/Cargo.toml b/feature/Cargo.toml index b692694..9600f66 100644 --- a/feature/Cargo.toml +++ b/feature/Cargo.toml @@ -61,5 +61,5 @@ test = [] clap = { version = "4.5", features = ["derive"] } httpmock = "0.6" tempfile = "3.19.1" -ckb-sdk = { git = "https://github.com/eval-exec/ckb-sdk-rust", rev = "e6379b58106c8747bf9014ce773448e77d13c81c" } -rstest = "0.18.2" \ No newline at end of file +ckb-sdk = "4.0.0" +rstest = "0.18.2"