switch to the master branch of stepper-interface

This commit is contained in:
vms 2020-12-21 20:01:22 +03:00
parent a039973835
commit ede18f00de
2 changed files with 3 additions and 3 deletions

4
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=wit#839008fb8b42abe4cab18f85db49766341a52326"
source = "git+https://github.com/fluencelabs/aquamarine#b967a63abca9742d6764e9b27926025d5e2b2efb"
dependencies = [
"fluence 0.2.11",
"serde",
@ -2297,7 +2297,7 @@ dependencies = [
name = "test-record"
version = "0.1.0"
dependencies = [
"fluence 0.2.11",
"fluence 0.2.12",
]
[[package]]

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 = "wit" }
stepper-interface = { git = "https://github.com/fluencelabs/aquamarine", branch = "master" }
maplit = "1.0.2"
serde_json = "1.0.57"