Skip to content

Commit 800a36f

Browse files
committed
chore: bump version to 0.11.1-alpha.2+unreviewed
1 parent ae1e366 commit 800a36f

File tree

2 files changed

+75
-66
lines changed

2 files changed

+75
-66
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-schemata"
3-
version = "0.11.1-alpha.1"
3+
version = "0.11.1-alpha.2+unreviewed"
44
description = "Collection of the official RGB smart contract schemata"
55
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
66
categories = ["cryptography::cryptocurrencies"]
@@ -22,12 +22,12 @@ name = "schemata"
2222
[dependencies]
2323
amplify = "4.8.0"
2424
strict_types = "~2.8.3"
25-
aluvm = "0.11.0"
26-
bp-core = "0.11.1-alpha.1"
27-
rgb-std = { version = "0.11.1-alpha.1", features = ["fs"] }
25+
aluvm = "0.11.1-alpha.2"
26+
bp-core = "0.11.1-alpha.2"
27+
rgb-std = { version = "0.11.1-alpha.2", features = ["fs"] }
2828

2929
[dev-dependencies]
30-
rgb-std = { version = "0.11.1-alpha.1", features = ["fs", "serde"] }
30+
rgb-std = { version = "0.11.1-alpha.2", features = ["fs", "serde"] }
3131
serde = "1.0"
3232
serde_json = "1.0"
3333
serde_yaml = "0.9.33"
@@ -38,11 +38,3 @@ default = []
3838
all = ["log", "fs"]
3939
log = ["aluvm/log"]
4040
fs = ["rgb-std/fs"]
41-
42-
[patch.crates-io]
43-
aluvm = { git = "https://github.com/zoedberg/rust-aluvm", branch = "0.11.1-2" }
44-
commit_verify = { git = "https://github.com/zoedberg/client_side_validation", branch = "0.11.1-2" }
45-
bp-consensus = { git = "https://github.com/zoedberg/bp-core", branch = "0.11.1-2" }
46-
bp-core = { git = "https://github.com/zoedberg/bp-core", branch = "0.11.1-2" }
47-
rgb-core = { git = "https://github.com/zoedberg/rgb-core", branch = "0.11.1-2" }
48-
rgb-std = { git = "https://github.com/zoedberg/rgb-std", branch = "0.11.1-2" }

0 commit comments

Comments
 (0)