From 8a7252fe5896c425b0ef3e08744243119812ecf7 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 13 Dec 2021 09:20:38 -0700 Subject: [PATCH] fix: bump svm-rs for windows support (#685) --- ethers-solc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index eb13c035..541d527e 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -27,7 +27,7 @@ md-5 = "0.10.0" thiserror = "1.0.30" hex = "0.4.3" colored = "2.0.0" -svm = { package = "svm-rs", version = "0.2.0", optional = true } +svm = { package = "svm-rs", version = "0.2.1", optional = true } glob = "0.3.0" tracing = "0.1.29" num_cpus = "1.13.0"