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"]