chore: bump svm-rs-builds (#1476)

This commit is contained in:
Rohit Narurkar 2022-07-14 02:47:45 +02:00 committed by GitHub
parent cfc5a004e6
commit f68a9995db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3742,9 +3742,9 @@ dependencies = [
[[package]]
name = "svm-rs-builds"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac21094817e231b55e691c925262bb0658894d0760ea1163e981885247b7cd02"
checksum = "3f01d0d76a6e080f1c6fc1a00f5095fa90704f32797f9189fbcb67a10e675329"
dependencies = [
"build_const",
"hex",

View File

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