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

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 30, 2022
1 parent 70c951b commit d032b53
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.0-rc.1"
version = "0.8.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand Down Expand Up @@ -40,10 +40,10 @@ bp-core = { version = "0.8.0", features = ["psbt"] }
lnp-core = { version = "0.8.0", features = ["bifrost"] }
lnp_rpc = "0.8.0"
rgb-std = "0.8.0"
rgb_rpc = { version = "0.8.0-rc.1", path = "./rpc" }
rgb_rpc = { version = "0.8.0", path = "./rpc" }
storm-core = "0.8.0"
storm_ext = "0.8.0-rc.1"
storm_rpc = "0.8.0-rc.1"
storm_ext = "0.8.0"
storm_rpc = "0.8.0"
store_rpc = "0.8.0"
bitcoin = "0.28.1"
psbt = "0.8.0"
Expand All @@ -66,9 +66,9 @@ internet2 = "0.8.0"
microservices = { version = "0.8.0", default-features = false }
lnpbp = "0.8.0"
psbt = "0.8.0"
rgb-std = "0.8.0-rc.2"
rgb_rpc = { version = "0.8.0-rc.1", path = "./rpc" }
storm_ext = "0.8.0-rc.1"
rgb-std = "0.8.0"
rgb_rpc = { version = "0.8.0", path = "./rpc" }
storm_ext = "0.8.0"
store_rpc = "0.8.0"
clap = { version = "~3.1.18", features = ["env"] }
clap_complete = "~3.1.4"
Expand Down
8 changes: 4 additions & 4 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.0-rc.1"
version = "0.8.0"
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.0", features = ["serde"] }
rgb_rpc = { version = "0.8.0-rc.1", path = "../rpc" }
rgb_rpc = { version = "0.8.0", path = "../rpc" }
clap = { version = "~3.1.18", features = ["derive", "env"] }
serde = "1"
serde_json = "1"
Expand All @@ -41,6 +41,6 @@ lnpbp = "0.8.0"
clap = { version = "~3.1.18", features = ["derive", "env"] }
clap_complete = "~3.1.4"
internet2 = "0.8.0"
rgb-std = "0.8.0-rc.2"
rgb_rpc = { version = "0.8.0-rc.1", path = "../rpc" }
rgb-std = "0.8.0"
rgb_rpc = { version = "0.8.0", path = "../rpc" }
configure_me_codegen = "0.4"
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.0-rc.1"
version = "0.8.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand Down

0 comments on commit d032b53

Please sign in to comment.