From f931ab39f41b22a1fb7495e32e335eb0b4c9e760 Mon Sep 17 00:00:00 2001 From: jf908 Date: Mon, 30 Jun 2025 01:56:04 +0100 Subject: [PATCH] Forgot to undo this --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4720d7bd8b..bfab46b3eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -623,7 +623,7 @@ nonmax = "0.5" smol = "2" smol-macros = "0.1" smol-hyper = "0.1" -# ureq = { version = "3", features = ["json"] } +ureq = { version = "3", features = ["json"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen = { version = "0.2" }