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

Commit

Permalink
chore: bump v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Jan 30, 2022
1 parent ff141fe commit 81be6a2
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.1.2"
version = "0.1.4"
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/keroro520/ckb-integration-test", rev = "f915a032fe356d173c170c4b188d1675786dd776", features = ["with_subscribe"] }
ckb-testkit = { git = "https://github.com/nervosnetwork/ckb-integration-test", rev = "7c4aaa6f72df4bcf4077495c6371c61dcb767890", features = ["with_subscribe"] }
clap = { version = "2" }
url = "1.7.2"
futures = "0.3"
Expand Down

0 comments on commit 81be6a2

Please sign in to comment.