chore: update svm (#1150)

This commit is contained in:
Rohit Narurkar 2022-04-16 22:08:26 +02:00 committed by GitHub
parent 1cc42cbba0
commit ae090517fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -3585,7 +3585,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]] [[package]]
name = "svm-rs" name = "svm-rs"
version = "0.2.9" version = "0.2.9"
source = "git+https://github.com/roynalnaruto/svm-rs#9c86111689147842dd76f5fe8db7cf472e729118" source = "git+https://github.com/roynalnaruto/svm-rs#1eb7f4e2ccb549096885ded598f6c05b2d96dccf"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -3614,7 +3614,7 @@ dependencies = [
[[package]] [[package]]
name = "svm-rs-builds" name = "svm-rs-builds"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/roynalnaruto/svm-rs#9c86111689147842dd76f5fe8db7cf472e729118" source = "git+https://github.com/roynalnaruto/svm-rs#1eb7f4e2ccb549096885ded598f6c05b2d96dccf"
dependencies = [ dependencies = [
"build_const", "build_const",
"hex", "hex",