Skip to content

Commit dbfcb73

Browse files
authored
Merge pull request #198 from LNP-BP/v0.12
Fix commit_encoding_derive version
2 parents 8c688d3 + b024713 commit dbfcb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit_verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amplify = { workspace = true }
2626
strict_encoding = { workspace = true }
2727
strict_types = { workspace = true }
2828
vesper-lang = "0.2.1"
29-
commit_encoding_derive = { version = "0.12.0-rc.1", path = "derive" }
29+
commit_encoding_derive = { version = "0.12.0", path = "derive" }
3030
sha2 = "0.10.8"
3131
ripemd = "0.1.3"
3232
rand = { version = "0.9.1", optional = true }

0 commit comments

Comments
 (0)