From 4ce373b8569c927f64af2074b495de92a73bd419 Mon Sep 17 00:00:00 2001 From: Rohit Narurkar Date: Mon, 21 Mar 2022 19:12:02 +0100 Subject: [PATCH] chore: update svm (#1074) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4d9fb0b..ef758f7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3575,7 +3575,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "svm-rs" version = "0.2.9" -source = "git+https://github.com/roynalnaruto/svm-rs#c32014f34308629cb1d98a8fdad29e527a8066d7" +source = "git+https://github.com/roynalnaruto/svm-rs#07fa907f1ddffca8902ae208b3a8d472a371a035" dependencies = [ "anyhow", "cfg-if 1.0.0", @@ -3603,7 +3603,7 @@ dependencies = [ [[package]] name = "svm-rs-builds" version = "0.1.0" -source = "git+https://github.com/roynalnaruto/svm-rs#c32014f34308629cb1d98a8fdad29e527a8066d7" +source = "git+https://github.com/roynalnaruto/svm-rs#07fa907f1ddffca8902ae208b3a8d472a371a035" dependencies = [ "build_const", "hex",