Skip to content

Commit

Permalink
release v0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 14, 2023
1 parent 60163cc commit 8de244b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rgb-core = { version = "0.10.8", features = ["stl"] }

[package]
name = "rgb-wallet"
version = "0.10.8"
version = "0.10.9"
description = "RGB wallet library for smart contracts on Bitcoin & Lightning network"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down
4 changes: 2 additions & 2 deletions std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-std"
version = "0.10.8"
version = "0.10.9"
description = "RGB standard library for working with smart contracts on Bitcoin & Lightning"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down Expand Up @@ -28,7 +28,7 @@ bp-core = { workspace = true }
rgb-core = { workspace = true }
baid58 = { workspace = true }
base85 = "=2.0.0"
chrono = "0.4.31"
chrono = "0.4.26"
serde_crate = { package = "serde", version = "1", features = ["derive"] }

[features]
Expand Down

0 comments on commit 8de244b

Please sign in to comment.