Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Aug 13, 2020
1 parent 5379465 commit 6670854
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 = "capsule"
version = "0.2.0"
version = "0.2.1"
authors = ["Nervos Network", "jjy <[email protected]>"]
edition = "2018"

Expand All @@ -18,7 +18,7 @@ serde = { version = "1.0", features = [ "derive" ] }
include_dir = "0.5"
toml = "0.5"
toml_edit = "0.1.5"
ckb-tool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.1" }
ckb-tool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.2" }
simple-jsonrpc-client = "0.1"
bech32 = "0.6"
secp256k1 = "0.17"
Expand Down
4 changes: 2 additions & 2 deletions templates/rust/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-tool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.1" }
ckb-testtool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.1" }
ckb-tool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.2" }
ckb-testtool = { git = "https://github.com/jjyr/ckb-tool.git", tag = "v0.1.2" }

0 comments on commit 6670854

Please sign in to comment.