Commit 54dcd06
committed
Remove Hash implementations for zkp types
An breaking change was inadvertently introduced with the release of
`rust-secp256k1-sys:0.4.2`. Anyone who had used `impl_array_newtype`
for type `T` and had also implemented `hash::Hash` on `T` before
version `0.4.2` would now come across a "conflicting implementations
error" on version `0.4.2`.1 parent 5d49c85 commit 54dcd06
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | 493 | | |
500 | 494 | | |
501 | 495 | | |
| |||
526 | 520 | | |
527 | 521 | | |
528 | 522 | | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | 523 | | |
536 | 524 | | |
537 | 525 | | |
| |||
0 commit comments