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 6daa6f8 commit 954cfd8
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 82 deletions.
122 changes: 66 additions & 56 deletions Cargo.lock

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

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

[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"
rgb-std = { version = "0.11.0-beta.7", features = ["serde", "fs"] }
rgb-interfaces = "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", features = ["serde", "fs"] }
rgb-interfaces = "0.11.0-beta.8"
chrono = "0.4.38"
serde = "1.0"
serde_json = "1.0"
Expand Down
Binary file modified test/rgb20-example.rgb
Binary file not shown.
Loading

0 comments on commit 954cfd8

Please sign in to comment.