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 = ""