Skip to content

Commit

Permalink
Merge pull request #155 from RGB-WG/v0.11
Browse files Browse the repository at this point in the history
Release v0.11.0-beta.5
  • Loading branch information
dr-orlovsky committed Mar 29, 2024
2 parents 08ac966 + 69156ba commit ec0b4e4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
18 changes: 10 additions & 8 deletions Cargo.lock

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

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

[workspace.package]
version = "0.11.0-beta.4"
version = "0.11.0-beta.5"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <[email protected]>"]
Expand All @@ -37,8 +37,8 @@ bp-electrum = "0.11.0-beta.5"
bp-esplora = "0.11.0-beta.5"
descriptors = "0.11.0-beta.5"
psbt = { version = "0.11.0-beta.5", features = ["client-side-validation"] }
rgb-std = { version = "0.11.0-beta.4", features = ["fs"] }
rgb-psbt = { version = "0.11.0-beta.4", path = "psbt" }
rgb-std = { version = "0.11.0-beta.5", features = ["fs"] }
rgb-psbt = { version = "0.11.0-beta.5", path = "psbt" }
indexmap = "2.0.2"
chrono = "0.4.31"
serde_crate = { package = "serde", version = "1", features = ["derive"] }
Expand Down Expand Up @@ -77,7 +77,7 @@ bp-esplora = { workspace = true, optional = true }
descriptors = { workspace = true }
rgb-std = { workspace = true }
rgb-psbt = { workspace = true }
rgb-persist-fs = { version = "0.11.0", path = "fs" }
rgb-persist-fs = { version = "0.11.1", path = "fs" }
indexmap = { workspace = true }
chrono = { workspace = true }
serde_crate = { workspace = true, optional = true }
Expand All @@ -94,6 +94,3 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s

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

[patch.crates-io]
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "iface" }
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bp-wallet = { workspace = true }
bp-util = { workspace = true }
psbt = { workspace = true }
rgb-std = { workspace = true, features = ["serde"] }
rgb-runtime = { version = "0.11.0-beta.1", path = "..", features = ["electrum", "esplora_blocking", "log", "serde"] }
rgb-runtime = { version = "0.11.0-beta.5", path = "..", features = ["electrum", "esplora_blocking", "log", "serde"] }
log = { workspace = true }
env_logger = "0.10.1"
clap = { version = "4.4.8", features = ["derive", "env"] }
Expand Down
4 changes: 2 additions & 2 deletions fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-persist-fs"
version = "0.11.0"
version = "0.11.1"
description = "RGB persistence drivers for file storage"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand All @@ -24,4 +24,4 @@ rgb-std = { workspace = true }
default = []

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

0 comments on commit ec0b4e4

Please sign in to comment.