From fd703a7bbd00a059c87ca07aa69b0928992dbd7e Mon Sep 17 00:00:00 2001 From: shubham Date: Thu, 13 Jun 2024 19:50:35 +0530 Subject: [PATCH] addressed comments Signed-off-by: shubham --- examples/simple-source/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-source/Cargo.toml b/examples/simple-source/Cargo.toml index 3584f3d..980c37c 100644 --- a/examples/simple-source/Cargo.toml +++ b/examples/simple-source/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] tonic = "0.11.0" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch = "main" } +numaflow = { path = "../../" } chrono = "0.4.30" uuid = "1.8.0"