diff --git a/Cargo.toml b/Cargo.toml index e53f018..fa21d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enum_pipeline" description = "Provides a way to use enums to describe and execute ordered data pipelines." license = "mit" -version = "0.1.0" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/derive/Cargo.toml b/derive/Cargo.toml index cf501e8..ee2ad3d 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -2,7 +2,7 @@ name = "enum_pipeline_derive" description = "Provides derive macros for enum_pipeline." license = "mit" -version = "0.1.0" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html