From 3ae5fe62115a29c428a304529b3872567c108272 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Wed, 5 Feb 2025 15:59:22 -0500 Subject: [PATCH] Add `wit-bindgen-rt` to list of ignored unmaintained dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1a851684..98adb479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,5 @@ ignore = [ "solang-parser", # https://github.com/alacritty/vte/pull/122#issuecomment-2579278540 "utf8parse", + "wit-bindgen-rt", ]