fix: bump up svm (#1129)

This commit is contained in:
Rohit Narurkar 2022-04-10 00:11:31 +02:00 committed by GitHub
parent db1870c891
commit 5940f9bfcc
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]]
name = "svm-rs"
version = "0.2.9"
source = "git+https://github.com/roynalnaruto/svm-rs#ad408cc89254d846d380bd5fecd16934f1c3752e"
source = "git+https://github.com/roynalnaruto/svm-rs#9c86111689147842dd76f5fe8db7cf472e729118"
dependencies = [
"anyhow",
"cfg-if 1.0.0",
@ -3614,7 +3614,7 @@ dependencies = [
[[package]]
name = "svm-rs-builds"
version = "0.1.0"
source = "git+https://github.com/roynalnaruto/svm-rs#ad408cc89254d846d380bd5fecd16934f1c3752e"
source = "git+https://github.com/roynalnaruto/svm-rs#9c86111689147842dd76f5fe8db7cf472e729118"
dependencies = [
"build_const",
"hex",