Skip to content

Commit

Permalink
Bumped version to 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 18, 2018
1 parent 2e6b4a5 commit efb27cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions strum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.10.0"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT"

Expand All @@ -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.11.0" }

[badges]
travis-ci = { repository = "Peternator7/strum" }
2 changes: 1 addition & 1 deletion strum_macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.10.0"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion strum_tests/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "strum_tests"
version = "0.9.1"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]

[dependencies]
Expand Down

0 comments on commit efb27cc

Please sign in to comment.