diff --git a/Cargo.lock b/Cargo.lock index fe38b3d..7ea6d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ dependencies = [ [[package]] name = "ckb-analyzer" -version = "0.0.13" +version = "0.1.0" dependencies = [ "chrono", "ckb-logger-config", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "ckb-testkit" version = "0.0.1" -source = "git+https://github.com/nervosnetwork/ckb-integration-test?branch=add-messages-0#85fe15f18a2b8495c67e7dd2bfb2325f75c96b16" +source = "git+https://github.com/nervosnetwork/ckb-integration-test?branch=main#73a990bc961d546b2077fbd33846977bae81ebbb" dependencies = [ "bytes 1.1.0", "ckb-crypto", diff --git a/Cargo.toml b/Cargo.toml index 7890548..8ebbc31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-analyzer" -version = "0.0.13" +version = "0.1.0" license = "MIT" authors = ["keroro "] edition = "2018" @@ -17,7 +17,7 @@ log = { version = "0.4.11" } simple_logger = { version = "1.11.0", default-features = false } tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "runtime"] } ipinfo = { version = "0.2.0" } -ckb-testkit = { git = "https://github.com/nervosnetwork/ckb-integration-test", branch = "add-messages-0", features = ["with_subscribe"] } +ckb-testkit = { git = "https://github.com/nervosnetwork/ckb-integration-test", branch = "main", features = ["with_subscribe"] } clap = { version = "2" } url = "1.7.2" futures = "0.3"