Skip to content

Commit

Permalink
dogs^3: Depend on differential with version (#536)
Browse files Browse the repository at this point in the history
Attempt to fix release-plz uploading new crate versions.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
  • Loading branch information
antiguru authored Oct 29, 2024
1 parent 113644b commit 0ccd434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogsdogsdogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
timely = { workspace = true }
differential-dataflow = { path = "../", default-features = false }
differential-dataflow = { path = "../", default-features = false, version = "0.13.0" }
serde = { version = "1.0", features = ["derive"]}

[dev-dependencies]
Expand Down

0 comments on commit 0ccd434

Please sign in to comment.