Skip to content

Commit d032b53

Browse files
committed
Release v0.8
1 parent 70c951b commit d032b53

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
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.0-rc.1"
8+
version = "0.8.0"
99
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
1010
license = "MIT"
1111
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
@@ -40,10 +40,10 @@ bp-core = { version = "0.8.0", features = ["psbt"] }
4040
lnp-core = { version = "0.8.0", features = ["bifrost"] }
4141
lnp_rpc = "0.8.0"
4242
rgb-std = "0.8.0"
43-
rgb_rpc = { version = "0.8.0-rc.1", path = "./rpc" }
43+
rgb_rpc = { version = "0.8.0", path = "./rpc" }
4444
storm-core = "0.8.0"
45-
storm_ext = "0.8.0-rc.1"
46-
storm_rpc = "0.8.0-rc.1"
45+
storm_ext = "0.8.0"
46+
storm_rpc = "0.8.0"
4747
store_rpc = "0.8.0"
4848
bitcoin = "0.28.1"
4949
psbt = "0.8.0"
@@ -66,9 +66,9 @@ internet2 = "0.8.0"
6666
microservices = { version = "0.8.0", default-features = false }
6767
lnpbp = "0.8.0"
6868
psbt = "0.8.0"
69-
rgb-std = "0.8.0-rc.2"
70-
rgb_rpc = { version = "0.8.0-rc.1", path = "./rpc" }
71-
storm_ext = "0.8.0-rc.1"
69+
rgb-std = "0.8.0"
70+
rgb_rpc = { version = "0.8.0", path = "./rpc" }
71+
storm_ext = "0.8.0"
7272
store_rpc = "0.8.0"
7373
clap = { version = "~3.1.18", features = ["env"] }
7474
clap_complete = "~3.1.4"

cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
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.0-rc.1"
4+
version = "0.8.0"
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.0", features = ["serde"] }
27-
rgb_rpc = { version = "0.8.0-rc.1", path = "../rpc" }
27+
rgb_rpc = { version = "0.8.0", path = "../rpc" }
2828
clap = { version = "~3.1.18", features = ["derive", "env"] }
2929
serde = "1"
3030
serde_json = "1"
@@ -41,6 +41,6 @@ lnpbp = "0.8.0"
4141
clap = { version = "~3.1.18", features = ["derive", "env"] }
4242
clap_complete = "~3.1.4"
4343
internet2 = "0.8.0"
44-
rgb-std = "0.8.0-rc.2"
45-
rgb_rpc = { version = "0.8.0-rc.1", path = "../rpc" }
44+
rgb-std = "0.8.0"
45+
rgb_rpc = { version = "0.8.0", path = "../rpc" }
4646
configure_me_codegen = "0.4"

rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0-rc.1"
4+
version = "0.8.0"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]

0 commit comments

Comments
 (0)