Skip to content

Commit 804001a

Browse files
committed
Upgrade strict_encoding_derive
1 parent f7a7056 commit 804001a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strict_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ crate-type = ["rlib", "staticlib"]
2020

2121
[dependencies]
2222
amplify = { version = "3.13.0", features = ["proc_attr"] }
23-
strict_encoding_derive = { version = "0.8.0", path = "./derive", optional = true }
23+
strict_encoding_derive = { version = "0.9.0", path = "./derive", optional = true }
2424
bitcoin_hashes = "0.11.0" # We need this separately since bitcoin is an optional dependency
2525
bitcoin = { version = "0.29.2", optional = true }
2626
miniscript = { version = "9.0.0", optional = true }

strict_encoding/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strict_encoding_derive"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
license = "Apache-2.0"
55
authors = ["Dr. Maxim Orlovsky <orlovsky@lnp-bp.org>"]
66
description = "Strict encoding derivation macros"

0 commit comments

Comments
 (0)