diff --git a/Cargo.lock b/Cargo.lock index 5c6ecdfa..2173af74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3575,7 +3575,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "svm-rs" version = "0.2.9" -source = "git+https://github.com/gakonst/svm-rs?branch=patch-1#4c46f8b37c4ccb011095a003b7a0a4aa0b3b1d60" +source = "git+https://github.com/roynalnaruto/svm-rs#3aea7a7401bb5cf62e915d42ebdc764172452187" dependencies = [ "anyhow", "cfg-if 1.0.0", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 05f925d0..31e3d64b 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -42,7 +42,7 @@ rayon = "1.5.1" home = "0.5.3" # SVM is not WASM compatible yet. # svm = { package = "svm-rs", default-features = false, version = "0.2.7", optional = true } -svm = { package = "svm-rs", default-features = false, git = "https://github.com/gakonst/svm-rs", branch = "patch-1", optional = true, features = ["blocking"] } +svm = { package = "svm-rs", default-features = false, git = "https://github.com/roynalnaruto/svm-rs", optional = true, features = ["blocking"] } [target.'cfg(target_arch = "wasm32")'.dependencies] # NOTE: this enables wasm compatibility for getrandom indirectly