From a968bec1b263513cf609c2bf7d9f761e0839045a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 12 Mar 2024 10:30:57 -0400 Subject: [PATCH] Revert "fix: Patch `system-configuration` version (#2130)" This reverts commit e639bdc1264c266a84dae3bae3193e07cae6861b. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 951afd4e6..e20c4817d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["std", winreg = "0.50.0" [target.'cfg(target_os = "macos")'.dependencies] -system-configuration = "0.6" +system-configuration = "0.5.1" # wasm