Skip to content

Commit

Permalink
chore: release v0.11.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlightlabs-dev committed Nov 20, 2024
1 parent 2697c94 commit 4c63998
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

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

10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ resolver = "2"

[dependencies]
amplify = "4.7.0"
strict_encoding = "2.7.0"
strict_encoding = "~2.7.0"
bp-core = "0.11.0-beta.9"
rgb-std = { version = "0.11.0-beta.9", features = ["serde", "fs"] }
rgb-schemata = "0.11.0-beta.8"
rgb-schemata = "0.11.0-beta.9"
rgb-interfaces = "0.11.0-beta.9"
serde = "1.0"
serde_json = "1.0"
Expand All @@ -26,9 +26,3 @@ all = []
[profile.release]
debug = 0
lto = "off"

[patch.crates-io]
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces", branch = "master" }
rgb-schemata = { git = "https://github.com/RGB-WG/rgb-schemata", branch = "master" }

0 comments on commit 4c63998

Please sign in to comment.