Skip to content

Commit 4ffdfac

Browse files
committed
chore: fixed path in numaflow-rs
Signed-off-by: Vigith Maurice <vigith@gmail.com>
1 parent 59b6c81 commit 4ffdfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pynumaflow-lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pynumaflow_lite"
99
crate-type = ["cdylib", "rlib"]
1010

1111
[dependencies]
12-
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "03937f9b87653046425b78871535aa86541859cc" }
12+
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "44ee3068fcf7088ff265df7ae7ce1881a40694ff" }
1313
pyo3 = { version = "0.27.1", features = ["chrono", "experimental-inspect"] }
1414
tokio = "1.47.1"
1515
tonic = "0.14.2"

0 commit comments

Comments
 (0)