chore: bump svm-rs-builds (#1476)
This commit is contained in:
parent
cfc5a004e6
commit
f68a9995db
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue