Skip to content

Commit 11cb1f7

Browse files
committed
release v0.10.0 beta 1
1 parent 675ac2a commit 11cb1f7

File tree

3 files changed

+33
-38
lines changed

3 files changed

+33
-38
lines changed

Cargo.lock

+26-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-12
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ edition = "2021"
1717
license = "Apache-2.0"
1818

1919
[workspace.dependencies]
20-
amplify = "4.0.0-beta.19"
20+
amplify = "4.0.0-beta.20"
2121
strict_encoding = "2.0.0-rc.3"
22-
strict_types = "1.0.0-beta.5"
23-
commit_verify = "0.10.0-rc.1"
24-
bp-core = "0.10.0-beta.3"
25-
rgb-core = "0.10.0-beta.2"
22+
strict_types = "1.0.0-beta.6"
23+
commit_verify = "0.10.0-rc.2"
24+
bp-core = "0.10.0-rc.1"
25+
rgb-core = "0.10.0-beta.3"
2626

2727
[package]
2828
name = "rgb-wallet"
29-
version = "0.10.0-alpha.1"
29+
version = "0.10.0-alpha.2"
3030
description = "RGB wallet library for smart contracts on Bitcoin & Lightning network"
3131
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
3232
categories = ["cryptography::cryptocurrencies"]
@@ -69,9 +69,3 @@ wasm-bindgen-test = "0.3"
6969

7070
[package.metadata.docs.rs]
7171
features = [ "all" ]
72-
73-
[patch.crates-io]
74-
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation" }
75-
bp-core = { git = "https://github.com/BP-WG/bp-core" }
76-
aluvm = { git = "https://github.com/AluVM/rust-aluvm" }
77-
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "revision" }

std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-std"
3-
version = "0.10.0-alpha.1"
3+
version = "0.10.0-beta.1"
44
description = "RGB standard library for working with smart contracts on Bitcoin & Lightning"
55
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
66
categories = ["cryptography::cryptocurrencies"]

0 commit comments

Comments
 (0)