From f8298128915dca5f49af29ff8030b46dfd57699f Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Tue, 29 Oct 2024 19:48:59 +0100 Subject: [PATCH] dogs^3: Depend on differential with version Attempt to fix release-plz uploading new crate versions. Signed-off-by: Moritz Hoffmann --- dogsdogsdogs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index fb0b6e874..8c801ab20 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] timely = { workspace = true } -differential-dataflow = { path = "../", default-features = false } +differential-dataflow = { path = "../", default-features = false, version = "0.12.0" } serde = { version = "1.0", features = ["derive"]} [dev-dependencies]