Skip to content

Commit

Permalink
release v0.10.0-rc.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 6, 2023
1 parent 6976b79 commit 0f10ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 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-rc.1"
version = "0.10.0-rc.2"
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 @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"] # We need this for WASM

[dependencies]
amplify = "~4.0.0-beta.20"
strict_encoding = "~2.0.0"
strict_encoding = "~2.0.1"
strict_types = "~1.0.0-rc.1"
aluvm = { version = "~0.10.0-rc.1", features = ["std"] }
commit_verify = { version = "~0.10.0-rc.3", features = ["rand"] }
Expand Down

0 comments on commit 0f10ddf

Please sign in to comment.