From 2af7a7297b4c3cb70e328ad994ce3c549ab359b3 Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 17 Dec 2020 22:35:50 +0300 Subject: [PATCH] depend on the master branch of stepper-interface --- Cargo.lock | 2 +- aquamarine-vm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da5c5542..b40107b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2205,7 +2205,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stepper-interface" version = "0.1.0" -source = "git+https://github.com/fluencelabs/aquamarine?branch=new_stepper_outcome#7b70f015be7297f1d53336d64d2119148b1d44cc" +source = "git+https://github.com/fluencelabs/aquamarine#0f9ec42b1ab161761f2c609ddc2c95bad5b3e696" dependencies = [ "fluence 0.2.11 (git+https://github.com/fluencelabs/rust-sdk)", "serde", diff --git a/aquamarine-vm/Cargo.toml b/aquamarine-vm/Cargo.toml index ceb8925f..d12423a4 100644 --- a/aquamarine-vm/Cargo.toml +++ b/aquamarine-vm/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" [dependencies] fluence-faas = { path = "../fluence-faas", version = "0.1.15" } -stepper-interface = { git = "https://github.com/fluencelabs/aquamarine", branch = "new_stepper_outcome" } +stepper-interface = { git = "https://github.com/fluencelabs/aquamarine", branch = "master" } maplit = "1.0.2" serde_json = "1.0.57"