Skip to content

Commit

Permalink
release v0.10.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 22, 2023
1 parent 675ac2a commit 11cb1f7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 38 deletions.
51 changes: 26 additions & 25 deletions Cargo.lock

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

18 changes: 6 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.0-beta.19"
amplify = "4.0.0-beta.20"
strict_encoding = "2.0.0-rc.3"
strict_types = "1.0.0-beta.5"
commit_verify = "0.10.0-rc.1"
bp-core = "0.10.0-beta.3"
rgb-core = "0.10.0-beta.2"
strict_types = "1.0.0-beta.6"
commit_verify = "0.10.0-rc.2"
bp-core = "0.10.0-rc.1"
rgb-core = "0.10.0-beta.3"

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

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation" }
bp-core = { git = "https://github.com/BP-WG/bp-core" }
aluvm = { git = "https://github.com/AluVM/rust-aluvm" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "revision" }
2 changes: 1 addition & 1 deletion std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-std"
version = "0.10.0-alpha.1"
version = "0.10.0-beta.1"
description = "RGB standard library for working with smart contracts on Bitcoin & Lightning"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down

0 comments on commit 11cb1f7

Please sign in to comment.