Skip to content

Commit 3e6fcb5

Browse files
committed
feat: init container logs stream returns a tuple containing log stream and exit code
1 parent fa16435 commit 3e6fcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ publish = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
# manta-backend-dispatcher = "0.18.0"
16+
manta-backend-dispatcher = "0.18.0"
1717

18-
manta-backend-dispatcher = { path = "../manta-backend-dispatcher" } # Only for development purposes
18+
# manta-backend-dispatcher = { path = "../manta-backend-dispatcher" } # Only for development purposes
1919
# manta-backend-dispatcher = { git = "https://github.com/eth-cscs/manta-backend-dispatcher", branch="feature/power-status" } # Only for development purposes
2020

2121
strum = { version = "0.27.1", default-features = false }

0 commit comments

Comments
 (0)