diff --git a/strum/Cargo.toml b/strum/Cargo.toml index 99aab30e..055929d0 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -13,8 +13,7 @@ homepage = "https://github.com/Peternator7/strum" readme = "../README.md" [dev-dependencies] -strum_macros = "0.10.0" -# strum_macros = { path = "../strum_macros" } +strum_macros = { path = "../strum_macros", version = "0.10.0" } [badges] travis-ci = { repository = "Peternator7/strum" } \ No newline at end of file diff --git a/strum_tests/Cargo.toml b/strum_tests/Cargo.toml index adddc944..eacb8bae 100644 --- a/strum_tests/Cargo.toml +++ b/strum_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_tests" -version = "0.9.1" +version = "0.10.0" authors = ["Peter Glotfelty "] [dependencies]