From 5a3c468fa8bfc29e978da870a1247e0ea95e1593 Mon Sep 17 00:00:00 2001 From: Alisa Sireneva Date: Tue, 29 Oct 2024 20:28:36 +0300 Subject: [PATCH] Update lib.rs on MSVC support --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d8f1f7b..8daeee9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ //! At the moment, the custom mechanism is only supported on nightly on the following platforms: //! //! - Unix-like targets (Linux and macOS included) -//! - MinGW (GNU-like Windows) +//! - Windows (both MinGW and MSVC) //! - WASM //! //! This mechanism works with `#![no_std]`, as long as the Itanium EH unwinder is linked in. Use