From 079ccecd1ed40098efc9f34169331b3174338905 Mon Sep 17 00:00:00 2001 From: Aleksandar Ignjatijevic Date: Wed, 15 Jan 2025 13:23:03 +0100 Subject: [PATCH] fixed versions in tutorials/channels.md (#766) --- docs/tutorials/channels.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/channels.md b/docs/tutorials/channels.md index e773c42c3..e35138bcc 100644 --- a/docs/tutorials/channels.md +++ b/docs/tutorials/channels.md @@ -318,19 +318,18 @@ tracing = "0.1" tokio = "1.42" [dependencies.malachitebft-app-channel] -version = "0.1.0" -git = "ssh://git@github.com/informalsystems/malachite.git" +version = "0.0.1" # This adds the `informalsystems-malachitebft-app-channel` as a dependency, but exposes it # under `malachitebft_app_channel` instead of its full package name. package = "informalsystems-malachitebft-app-channel" [dependencies.malachitebft-test] -version = "0.1.0" +version = "0.0.1" git = "ssh://git@github.com/informalsystems/malachite.git" package = "informalsystems-malachitebft-test" [dependencies.malachitebft-test-cli] -version = "0.1.0" +version = "0.0.1" git = "ssh://git@github.com/informalsystems/malachite.git" package = "informalsystems-malachitebft-test-cli" ```