Skip to content

Commit 317d594

Browse files
committed
derive: release v0.10.0
1 parent 735d289 commit 317d594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commit_verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ required-features = ["stl"]
2323

2424
[dependencies]
2525
amplify = { version = "4.0.0", features = ["hex", "apfloat"] }
26-
commit_encoding_derive = { version = "0.10.0-beta.1", path = "derive" }
26+
commit_encoding_derive = { version = "0.10.0", path = "derive" }
2727
strict_encoding = "2.1.2"
2828
strict_types = { version = "1.1.1", optional = true }
2929
rand = { version = "0.8.5", optional = true }

commit_verify/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 = "commit_encoding_derive"
3-
version = "0.10.0-beta.1"
3+
version = "0.10.0"
44
description = "Commitment encoding derivation macros"
55
keywords = ["commitments", "proc-macro"]
66
categories = ["development-tools", "encoding"]

0 commit comments

Comments
 (0)