- Replace the
guard
crate with (now stabilized)let else
expressions supported directly by the compiler. Fixes compatibility with Rust 1.70.0. - Upgraded dependencies.
- Deprecated
Pubkey::algos_secure()
andPubkey::algos_compatible_less_secure()
, replace withPubkey::algos()
The first generally usable version.