chore: update svm-rs and svm-rs-builds (#1395)

This commit is contained in:
Rohit Narurkar 2022-06-20 19:52:05 +02:00 committed by GitHub
parent 8f1f6c719e
commit e262e5d758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -3666,9 +3666,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "svm-rs"
version = "0.2.11"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1265123e4a2ed34548e5a365b9f09253c534e425665d3b6408340483951a8ce9"
checksum = "a7caafeac3fe8a93a9f2d1d1f80d14123b0dfbae8491be3c26bb8c44aed5d9ea"
dependencies = [
"anyhow",
"cfg-if 1.0.0",
@ -3696,9 +3696,9 @@ dependencies = [
[[package]]
name = "svm-rs-builds"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c5c2ed046b7d56d071cd36ff7d80e24fd796d43c2566b38520c600ddedfd359"
checksum = "75aa6ad8700fbb48da032bfaa543c2f0afc07aacd5de9810d285819a586d9480"
dependencies = [
"build_const",
"hex",

View File

@ -43,8 +43,8 @@ cfg-if = "1.0.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
home = "0.5.3"
svm = { package = "svm-rs", version = "0.2.11", default-features = false, optional = true, features = ["blocking"] }
svm-builds = { package = "svm-rs-builds", version = "0.1.1", optional = true}
svm = { package = "svm-rs", version = "0.2.12", default-features = false, optional = true, features = ["blocking"] }
svm-builds = { package = "svm-rs-builds", version = "0.1.2", optional = true}
[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: this enables wasm compatibility for getrandom indirectly