chore(deps): bump svm-builds (#1521)

This commit is contained in:
Matthias Seitz 2022-07-27 22:34:33 +02:00 committed by GitHub
parent 7a71173ca3
commit 691f6a634c
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.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f01d0d76a6e080f1c6fc1a00f5095fa90704f32797f9189fbcb67a10e675329"
checksum = "4039d2eb453284189513e1c4b87bc45439ba86a09721e916b9b8eeda6a2d73b8"
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.4", optional = true}
svm-builds = { package = "svm-rs-builds", version = "0.1.5", optional = true}
[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: this enables wasm compatibility for getrandom indirectly