From 14abf275303048433679f9a588059b1407bb9a69 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 7 May 2024 15:17:41 -0700 Subject: [PATCH] Bump the compatibility note --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8716712..7cadec5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! //! ## Compatibility //! -//! The `num-complex` crate is tested for rustc 1.31 and greater. +//! The `num-complex` crate is tested for rustc 1.60 and greater. #![doc(html_root_url = "https://docs.rs/num-complex/0.4")] #![no_std]