diff --git a/strum/Cargo.toml b/strum/Cargo.toml index 8fdaef1..106f26c 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum" -version = "0.18.0" +version = "0.19.0" authors = ["Peter Glotfelty "] license = "MIT" @@ -14,10 +14,10 @@ repository = "https://github.com/Peternator7/strum" readme = "../README.md" [dependencies] -strum_macros = { path = "../strum_macros", optional = true, version = "0.18.0" } +strum_macros = { path = "../strum_macros", optional = true, version = "0.19.0" } [dev-dependencies] -strum_macros = { path = "../strum_macros", version = "0.18.0" } +strum_macros = { path = "../strum_macros", version = "0.19.0" } [badges] travis-ci = { repository = "Peternator7/strum" } diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index a1805d9..4279afa 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_macros" -version = "0.18.0" +version = "0.19.0" authors = ["Peter Glotfelty "] license = "MIT" diff --git a/strum_tests/Cargo.toml b/strum_tests/Cargo.toml index b47b297..eb190a1 100644 --- a/strum_tests/Cargo.toml +++ b/strum_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_tests" -version = "0.15.0" +version = "0.19.0" authors = ["Peter Glotfelty "] [dependencies] diff --git a/strum_tests_rename/Cargo.toml b/strum_tests_rename/Cargo.toml index 0c71212..10fcdc8 100644 --- a/strum_tests_rename/Cargo.toml +++ b/strum_tests_rename/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_tests_rename" -version = "0.15.0" +version = "0.19.0" authors = ["Peter Glotfelty "] [dependencies]