Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 14, 2023
1 parent a9a6a04 commit 5f3cfec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ amplify = "4.5.0"
baid58 = "0.4.4"
strict_encoding = "2.6.1"
strict_types = "1.6.3"
rgb-std = { version = "0.10.8", features = ["fs"] }
rgb-wallet = { version = "0.10.8", features = ["fs"] }
rgb-std = { version = "0.10.9", features = ["fs"] }
rgb-wallet = { version = "0.10.9", features = ["fs"] }

[package]
name = "rgb-contracts"
version = "0.10.0"
version = "0.10.1"
description = " RGB: scalable & confidential smart contracts for Bitcoin & Lightning network"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down Expand Up @@ -72,7 +72,3 @@ cli = ["clap", "shellexpand", "log", "electrum"]

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

[patch.crates-io]
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.10" }
rgb-wallet = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.10" }

0 comments on commit 5f3cfec

Please sign in to comment.