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

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 22, 2022
1 parent 9648158 commit f69ff61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "rpc", "cli"]
[package]
name = "rgb_node"
description = "RGB node"
version = "0.8.2"
version = "0.8.3"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand Down Expand Up @@ -40,7 +40,7 @@ bp-core = { version = "0.8.1", features = ["psbt"] }
lnp-core = { version = "0.8.1", features = ["bifrost"] }
lnp_rpc = "0.8.0"
rgb-std = "0.8.1"
rgb_rpc = { version = "0.8.2", path = "./rpc" }
rgb_rpc = { version = "0.8.3", path = "./rpc" }
storm-core = "0.8.0"
storm_ext = "0.8.0"
storm_rpc = "0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rgb-cli"
description = "RGB node command-line interface"
version = "0.8.2"
version = "0.8.3"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand All @@ -24,7 +24,7 @@ bitcoin = "0.28.1"
psbt = "0.8.0"
lnpbp = "0.8.0"
rgb-std = { version = "0.8.1", features = ["serde"] }
rgb_rpc = { version = "0.8.2", path = "../rpc" }
rgb_rpc = { version = "0.8.3", path = "../rpc" }
clap = { version = "~3.1.18", features = ["derive", "env"] }
serde = "1"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rgb_rpc"
description = "RGB node RPC API"
version = "0.8.2"
version = "0.8.3"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand Down

0 comments on commit f69ff61

Please sign in to comment.