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 Feb 6, 2023
1 parent 79e9307 commit 3aa71b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
29 changes: 17 additions & 12 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-core"
version = "0.10.0-alpha.1"
version = "0.10.0-beta.1"
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)"
repository = "https://github.com/RGB-WG/rgb-core"
Expand All @@ -17,7 +17,7 @@ exclude = [".github"]
name = "rgb"

[dependencies]
amplify = "~4.0.0-beta.13"
amplify = "~4.0.0-beta.15"
strict_encoding = "2.0.0-rc.1"
strict_types = "1.0.0-beta.3"
aluvm = { version = "0.10.0-alpha.1", features = ["strict_encoding"] }
Expand All @@ -44,7 +44,3 @@ serde = [

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

[patch.crates-io]
bp-core = { git = "https://github.com/BP-WG/bp-core" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation" }

0 comments on commit 3aa71b3

Please sign in to comment.