diff --git a/src/table/boot.rs b/src/table/boot.rs index 7b9af7026..cd7e8ae25 100644 --- a/src/table/boot.rs +++ b/src/table/boot.rs @@ -1396,7 +1396,7 @@ pub struct OpenProtocolParams { /// protocol and why [`UnsafeCell`] is used. pub struct ScopedProtocol<'a, P: Protocol + ?Sized> { /// The protocol interface. - #[deprecated(since = "0.16.0", note = "use Deref and DerefMut instead")] + #[deprecated(since = "0.17.0", note = "use Deref and DerefMut instead")] pub interface: &'a UnsafeCell

, open_params: OpenProtocolParams,