From f286597d109a335639e9cdfbb2ee0ca8748f5f93 Mon Sep 17 00:00:00 2001 From: rakita Date: Fri, 8 Jan 2021 15:56:53 +0100 Subject: [PATCH] Update link to issue (#202) --- .cargo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index a160c8eab..c497d8e4e 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,3 +1,3 @@ [target.x86_64-pc-windows-msvc] -# Link the C runtime statically ; https://github.com/openethereum/openethereum/issues/6643 +# Link the C runtime statically ; https://github.com/openethereum/parity-ethereum/issues/6643 rustflags = ["-Ctarget-feature=+crt-static"]