Skip to content

Commit

Permalink
chore: release v0.11.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 5, 2024
1 parent 17723a4 commit 5acc09c
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 95 deletions.
120 changes: 65 additions & 55 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-interfaces"
version = "0.11.0-beta.7"
version = "0.11.0-beta.8"
description = "Collection of the standard RGB smart contract interface"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand All @@ -21,12 +21,12 @@ name = "ifaces"

[dependencies]
amplify = "4.7.0"
strict_encoding = "2.7.0-rc.1"
strict_types = "2.7.0-rc.1"
aluvm = "0.11.0-beta.7"
bp-core = "0.11.0-beta.7"
strict_encoding = "2.7.0"
strict_types = "2.7.0"
aluvm = "0.11.0-beta.8"
bp-core = "0.11.0-beta.8"
rgb-std = { version = "0.11.0-beta.8" }
chrono = "0.4.38"
rgb-std = { version = "0.11.0-beta.7" }
serde_crate = { package = "serde", version = "1.0", optional = true }
serde_json = "1.0"
sha2 = "0.10.8"
Expand Down
Binary file modified interfaces/RGB20.rgb
Binary file not shown.
Loading

0 comments on commit 5acc09c

Please sign in to comment.