diff --git a/src/util/bip143.rs b/src/util/bip143.rs index c238a5ec..ec4c3457 100644 --- a/src/util/bip143.rs +++ b/src/util/bip143.rs @@ -107,7 +107,7 @@ impl SighashComponents { } /// A replacement for SigHashComponents which supports all sighash modes -#[deprecated(since = "0.27.0", note = "please use [sighash::SigHashCache] instead")] +#[deprecated(since = "0.28.0", note = "please use [sighash::SigHashCache] instead")] pub struct SigHashCache> { cache: sighash::SigHashCache, }