Skip to content

Commit

Permalink
chore: fix numaflow-rs (numaproj#2081)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith authored Sep 23, 2024
1 parent b4f9278 commit b8c61de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/monovertex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ log = "0.4.22"

[dev-dependencies]
tempfile = "3.11.0"
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch = "handshake" }
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch = "main" }

[build-dependencies]
tonic-build = "0.12.1"
2 changes: 1 addition & 1 deletion rust/servesink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tonic = "0.12.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch = "handshake" }
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch = "main" }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit b8c61de

Please sign in to comment.