From ef13818e82e2a7a8f34012391367a5b3dbfa0c08 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sun, 19 Dec 2021 22:19:04 +0200 Subject: [PATCH] chore: disable auto-enabling of asm --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2be91df..7b07c0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,9 +92,6 @@ ethers-etherscan = { version = "^0.2.0", default-features = false, path = "./eth ethers-contract = { version = "^0.6.0", default-features = false, path = "./ethers-contract", features = ["abigen", "eip712"] } ethers-providers = { version = "^0.6.0", default-features = false, path = "./ethers-providers", features = ["ws"] } -[target.'cfg(all(any(target_arch = "x86", target_arch = "x86_64"), not(target_env = "msvc")))'.dependencies] -ethers-solc = { version = "^0.1.0", default-features = false, path = "./ethers-solc", features = ["asm"] } - [target.'cfg(target_family = "unix")'.dev-dependencies] ethers-providers = { version = "^0.6.0", default-features = false, path = "./ethers-providers", features = ["ws", "ipc"] } anyhow = "1.0.39"