chore: go back to upstream svm

This commit is contained in:
Georgios Konstantopoulos 2022-03-12 05:16:20 -08:00
parent 341e98b4b0
commit 77c3b39016
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/gakonst/svm-rs?branch=patch-1#4c46f8b37c4ccb011095a003b7a0a4aa0b3b1d60"
source = "git+https://github.com/roynalnaruto/svm-rs#3aea7a7401bb5cf62e915d42ebdc764172452187"
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/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