Skip to content

Commit

Permalink
Merge pull request #512 from TheWaWaR/bump-up-plugin-protocol
Browse files Browse the repository at this point in the history
chore: bump up plugin protocol to v1.2.0
  • Loading branch information
TheWaWaR authored Nov 1, 2022
2 parents 6c63a77 + c854e9a commit 20a1ca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ckb-chain-spec = "=0.105.1"
ckb-mock-tx-types = "0.105.1"
ckb-sdk = "2.3.0"
ckb-signer = { path = "ckb-signer", version = "0.3.0" }
plugin-protocol = { path = "plugin-protocol", package = "ckb-cli-plugin-protocol", version = "=1.1.0" }
plugin-protocol = { path = "plugin-protocol", package = "ckb-cli-plugin-protocol", version = "=1.2.0" }
jsonrpc-core-client = "18"
jsonrpc-core = "18"
jsonrpc-derive = "18"
Expand Down
2 changes: 1 addition & 1 deletion plugin-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-cli-plugin-protocol"
version = "1.1.0"
version = "1.2.0"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 20a1ca0

Please sign in to comment.