Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 7, 2025
1 parent d3267ea commit 6d2498d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

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

[dependencies]
amplify = "4.7.0"
strict_encoding = "2.8.1"
amplify = "4.8.0"
strict_encoding = "~2.8.1"
strict_types = "~2.8.1"
serde = { version = "1.0", optional = true, features = ["derive"] }

Expand Down

0 comments on commit 6d2498d

Please sign in to comment.