From 4f1a2352f7df48597224df777d9e77c1a56776e2 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 6 Mar 2022 16:21:33 +0100 Subject: [PATCH] chore(deps): bump solang (#992) --- 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 dad53775..c860fdb5 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -35,7 +35,7 @@ tempfile = { version = "3.3.0", optional = true } fs_extra = { version = "1.2.0", optional = true } sha2 = { version = "0.9.8", default-features = false } dunce = "1.0.2" -solang-parser = { default-features = false, version = "0.1.2" } +solang-parser = { default-features = false, version = "0.1.10" } rayon = "1.5.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]