depend on the master branch of stepper-interface

This commit is contained in:
vms 2020-12-17 22:35:50 +03:00
parent 2d31b7fd63
commit 2af7a7297b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"