Skip to content

Commit

Permalink
chore: release v0.11.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 14, 2023
1 parent 8174833 commit 2c90788
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
39 changes: 24 additions & 15 deletions Cargo.lock

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

15 changes: 2 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-members = [
]

[workspace.package]
version = "0.11.0-alpha"
version = "0.11.0-beta.1"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <[email protected]>"]
Expand Down Expand Up @@ -66,7 +66,7 @@ bp-wallet = { workspace = true, features = ["fs"] }
bp-esplora = { workspace = true, optional = true }
descriptors = "0.11.0-beta.1"
rgb-std = { workspace = true }
rgb-persist-fs = { version = "0.11.0-alpha", path = "fs" }
rgb-persist-fs = { version = "0.11.0-beta.1", path = "fs" }
indexmap = { workspace = true }
serde_crate = { workspace = true, optional = true }
serde_yaml = { workspace = true, optional = true }
Expand All @@ -80,14 +80,3 @@ serde = ["serde_crate", "serde_yaml", "bp-std/serde", "bp-wallet/serde",]

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
bp-esplora = { git = "https://github.com/BP-WG/bp-esplora-client", branch = "master" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.11" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ bp-wallet = { workspace = true }
bp-esplora = { workspace = true }
bp-util = "0.11.0-beta.1"
rgb-std = { workspace = true, features = ["serde"] }
rgb-invoice = { version = "0.11.0-alpha", path = "../invoice" }
rgb-runtime = { version = "0.11.0-alpha", path = "..", features = ["log", "serde"] }
rgb-invoice = { version = "0.11.0-beta.1", path = "../invoice" }
rgb-runtime = { version = "0.11.0-beta.1", path = "..", features = ["log", "serde"] }
log = { workspace = true }
env_logger = "0.10.1"
clap = { version = "4.4.8", features = ["derive", "env"] }
Expand Down

0 comments on commit 2c90788

Please sign in to comment.