From 73772db9d4f2c753ba24e939249d84e662aeea1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:00:00 -0400 Subject: [PATCH] chore(differential-dogs3): release v0.1.0 (#535) * chore(differential-dogs3): release v0.1.0 * Improve metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frank McSherry --- dogsdogsdogs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index c7b5f13a3..05d8882a0 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Frank McSherry "] license = "MIT" edition = "2021" +description = "Advanced join patterns in differential dataflow" [dependencies] timely = { workspace = true }