Skip to content

Commit

Permalink
feat: make rgb-std's fs feature optional
Browse files Browse the repository at this point in the history
  • Loading branch information
will-bitlight committed Jul 25, 2024
1 parent 631df28 commit f399ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bp-esplora = { version = "0.11.0-beta.6", default-features = false, features = [
descriptors = "0.11.0-beta.6"
psbt = { version = "0.11.0-beta.6", features = ["client-side-validation"] }
bp-wallet = { version = "0.11.0-beta.6.1" }
rgb-std = { version = "0.11.0-beta.6", features = ["fs"] }
rgb-std = { version = "0.11.0-beta.6" }
rgb-psbt = { version = "0.11.0-beta.6", path = "psbt" }
rgb-interfaces = "0.11.0-beta.6"
indexmap = "2.0.2"
Expand Down Expand Up @@ -84,7 +84,7 @@ log = { workspace = true, optional = true }
[features]
default = ["esplora_blocking", "mempool_blocking"]
all = ["esplora_blocking", "electrum_blocking", "mempool_blocking", "serde", "log", "fs", "cli"]
fs = ["serde", "bp-wallet/fs"]
fs = ["serde", "bp-wallet/fs", "rgb-std/fs"]
cli = ["fs", "bp-wallet/cli"]
esplora_blocking = ["bp-esplora"]
electrum_blocking = ["bp-electrum"]
Expand Down

0 comments on commit f399ed3

Please sign in to comment.