From 657f2dd7df20a976ca7d3a805eb87f94dbb3c6fe Mon Sep 17 00:00:00 2001 From: mosure Date: Thu, 28 Sep 2023 16:17:01 -0500 Subject: [PATCH] chore: fix windows build time --- .cargo/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 31268864..63310040 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,3 +2,11 @@ [target.wasm32-unknown-unknown] runner = "wasm-server-runner" + + +# fix spurious network error on windows +# [source.crates-io] +# registry = "https://github.com/rust-lang/crates.io-index" + +[http] +proxy = ""