From f55e79db7846747dbacccace64c31febfa33a49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Glotfelty=20=F0=9F=9A=80?= Date: Sat, 23 Jun 2018 16:34:34 -0700 Subject: [PATCH] Updated Cargo.toml --- README.md | 4 ++-- strum/Cargo.toml | 4 ++-- strum_macros/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b2e4aa..b7b6331 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Cargo.toml. Strum_macros contains the macros needed to derive all the traits in ```toml [dependencies] -strum = "0.9.1" -strum_macros = "0.9.1" +strum = "0.10.0" +strum_macros = "0.10.0" ``` And add these lines to the root of your project, either lib.rs or main.rs. diff --git a/strum/Cargo.toml b/strum/Cargo.toml index 225fd23..99aab30 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum" -version = "0.9.1" +version = "0.10.0" authors = ["Peter Glotfelty "] license = "MIT" @@ -13,7 +13,7 @@ homepage = "https://github.com/Peternator7/strum" readme = "../README.md" [dev-dependencies] -strum_macros = "0.9.0" +strum_macros = "0.10.0" # strum_macros = { path = "../strum_macros" } [badges] diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index 2390c6f..be868d8 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_macros" -version = "0.9.1" +version = "0.10.0" authors = ["Peter Glotfelty "] license = "MIT"