mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 06:45:32 +00:00
switch to the master branch of stepper-interface
This commit is contained in:
parent
a039973835
commit
ede18f00de
4
Cargo.lock
generated
4
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=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]]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user