Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 50c57e4

Browse files
committed
chore: bump to 0.1.0
1 parent fbff7c9 commit 50c57e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-analyzer"
3-
version = "0.0.13"
3+
version = "0.1.0"
44
license = "MIT"
55
authors = ["keroro <[email protected]>"]
66
edition = "2018"
@@ -17,7 +17,7 @@ log = { version = "0.4.11" }
1717
simple_logger = { version = "1.11.0", default-features = false }
1818
tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "runtime"] }
1919
ipinfo = { version = "0.2.0" }
20-
ckb-testkit = { git = "https://github.com/nervosnetwork/ckb-integration-test", branch = "add-messages-0", features = ["with_subscribe"] }
20+
ckb-testkit = { git = "https://github.com/nervosnetwork/ckb-integration-test", branch = "main", features = ["with_subscribe"] }
2121
clap = { version = "2" }
2222
url = "1.7.2"
2323
futures = "0.3"

0 commit comments

Comments
 (0)