From 6e816e246d0e28a1aebbfcb860cb4de279c5cc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Glotfelty=20=F0=9F=9A=80?= Date: Thu, 30 Jul 2020 16:24:27 +0000 Subject: [PATCH] Updated version in Cargo.toml --- strum/Cargo.toml | 6 +++--- strum_macros/Cargo.toml | 2 +- strum_tests/Cargo.toml | 2 +- strum_tests_rename/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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]