Skip to content

Commit 7a66a9b

Browse files
committed
chore: release v0.11.0-beta.9
1 parent c930db4 commit 7a66a9b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ name = "schemata"
2121

2222
[dependencies]
2323
amplify = "4.7.0"
24-
strict_encoding = "2.7.0"
25-
strict_types = "2.7.2"
24+
strict_encoding = "~2.7.0"
25+
strict_types = "~2.7.2"
2626
aluvm = "0.11.0-beta.9"
2727
bp-core = "0.11.0-beta.9"
2828
rgb-std = { version = "0.11.0-beta.9", features = ["serde", "fs"] }
@@ -41,8 +41,3 @@ default = []
4141
all = ["log", "fs"]
4242
log = ["aluvm/log"]
4343
fs = ["rgb-std/fs"]
44-
45-
[patch.crates-io]
46-
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
47-
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
48-
rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces", branch = "master" }

0 commit comments

Comments
 (0)