Skip to content

Commit

Permalink
Fix duplicate package name
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 6, 2023
1 parent 37fc372 commit a845cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rust-dataflow-url/dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ nodes:
- id: rust-sink
custom:
build: cargo build -p rust-dataflow-example-sink
source: ../../target/debug/rust-dataflow-example-sink
source: ../../target/debug/rust-dataflow-url-example-sink
inputs:
message: runtime-node/rust-operator/status
2 changes: 1 addition & 1 deletion examples/rust-dataflow-url/sink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "rust-dataflow-example-sink"
name = "rust-dataflow-url-example-sink"
version.workspace = true
edition = "2021"

Expand Down

0 comments on commit a845cc5

Please sign in to comment.