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

Commit

Permalink
chore: bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Dec 22, 2021
1 parent fbff7c9 commit 50c57e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-analyzer"
version = "0.0.13"
version = "0.1.0"
license = "MIT"
authors = ["keroro <[email protected]>"]
edition = "2018"
Expand All @@ -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"
Expand Down

0 comments on commit 50c57e4

Please sign in to comment.