mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 06:45:32 +00:00
depend on the master branch of stepper-interface
This commit is contained in:
parent
2d31b7fd63
commit
2af7a7297b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user