Skip to content

Commit

Permalink
derive: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 14, 2023
1 parent 735d289 commit 317d594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ required-features = ["stl"]

[dependencies]
amplify = { version = "4.0.0", features = ["hex", "apfloat"] }
commit_encoding_derive = { version = "0.10.0-beta.1", path = "derive" }
commit_encoding_derive = { version = "0.10.0", path = "derive" }
strict_encoding = "2.1.2"
strict_types = { version = "1.1.1", optional = true }
rand = { version = "0.8.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commit_encoding_derive"
version = "0.10.0-beta.1"
version = "0.10.0"
description = "Commitment encoding derivation macros"
keywords = ["commitments", "proc-macro"]
categories = ["development-tools", "encoding"]
Expand Down

0 comments on commit 317d594

Please sign in to comment.