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

Commit f69ff61

Browse files
committed
v0.8.3
1 parent 9648158 commit f69ff61

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [".", "rpc", "cli"]
55
[package]
66
name = "rgb_node"
77
description = "RGB node"
8-
version = "0.8.2"
8+
version = "0.8.3"
99
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
1010
license = "MIT"
1111
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
@@ -40,7 +40,7 @@ bp-core = { version = "0.8.1", features = ["psbt"] }
4040
lnp-core = { version = "0.8.1", features = ["bifrost"] }
4141
lnp_rpc = "0.8.0"
4242
rgb-std = "0.8.1"
43-
rgb_rpc = { version = "0.8.2", path = "./rpc" }
43+
rgb_rpc = { version = "0.8.3", path = "./rpc" }
4444
storm-core = "0.8.0"
4545
storm_ext = "0.8.0"
4646
storm_rpc = "0.8.0"

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rgb-cli"
33
description = "RGB node command-line interface"
4-
version = "0.8.2"
4+
version = "0.8.3"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
@@ -24,7 +24,7 @@ bitcoin = "0.28.1"
2424
psbt = "0.8.0"
2525
lnpbp = "0.8.0"
2626
rgb-std = { version = "0.8.1", features = ["serde"] }
27-
rgb_rpc = { version = "0.8.2", path = "../rpc" }
27+
rgb_rpc = { version = "0.8.3", path = "../rpc" }
2828
clap = { version = "~3.1.18", features = ["derive", "env"] }
2929
serde = "1"
3030
serde_json = "1"

rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rgb_rpc"
33
description = "RGB node RPC API"
4-
version = "0.8.2"
4+
version = "0.8.3"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]

0 commit comments

Comments
 (0)