fix: ✏️ forgot to change the stable version for assert_matches! macro.

This commit is contained in:
romandev
2026-04-28 16:32:55 -03:00
parent 03c609abb6
commit a449ea5ee6
+1 -1
View File
@@ -209,7 +209,7 @@
#[macro_use]
mod macros;
#[stable(feature = "assert_matches", since = "1.95.0")]
#[stable(feature = "assert_matches", since = "1.96.0")]
pub use crate::macros::{assert_matches, debug_assert_matches};
#[unstable(feature = "derive_from", issue = "144889")]