From 9c55665e362cc2461101b842aae586e0c72642a5 Mon Sep 17 00:00:00 2001 From: Ben Greenier Date: Fri, 29 Oct 2021 15:31:05 -0700 Subject: [PATCH] fix(dep): Match derive dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa21d3d..7f6e881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -enum_pipeline_derive = {path = "derive", version = "0.1.0"} +enum_pipeline_derive = {path = "derive", version = "2.0.0"} [workspace] members = ["derive"]