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
dr-orlovsky committed Nov 19, 2024
1 parent c930db4 commit 7a66a9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 6 additions & 3 deletions Cargo.lock

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

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

[dependencies]
amplify = "4.7.0"
strict_encoding = "2.7.0"
strict_types = "2.7.2"
strict_encoding = "~2.7.0"
strict_types = "~2.7.2"
aluvm = "0.11.0-beta.9"
bp-core = "0.11.0-beta.9"
rgb-std = { version = "0.11.0-beta.9", features = ["serde", "fs"] }
Expand All @@ -41,8 +41,3 @@ default = []
all = ["log", "fs"]
log = ["aluvm/log"]
fs = ["rgb-std/fs"]

[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" }

0 comments on commit 7a66a9b

Please sign in to comment.