fix: use svm-rs with fixed solc checksums

This commit is contained in:
Georgios Konstantopoulos 2022-03-11 13:42:46 -08:00
parent e5dbeb6b28
commit 341e98b4b0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3575,7 +3575,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "svm-rs"
version = "0.2.9"
source = "git+https://github.com/roynalnaruto/svm-rs#76a9779c1985ca39192f8254494d72f5802602df"
source = "git+https://github.com/gakonst/svm-rs?branch=patch-1#4c46f8b37c4ccb011095a003b7a0a4aa0b3b1d60"
dependencies = [
"anyhow",
"cfg-if 1.0.0",

View File

@ -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/roynalnaruto/svm-rs", optional = true, features = ["blocking"] }
svm = { package = "svm-rs", default-features = false, git = "https://github.com/gakonst/svm-rs", branch = "patch-1", optional = true, features = ["blocking"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: this enables wasm compatibility for getrandom indirectly