1
0
mirror of https://github.com/danog/strum.git synced 2024-11-29 20:18:58 +01:00

Updated version in Cargo.toml

This commit is contained in:
Peter Glotfelty 🚀 2020-07-30 16:24:27 +00:00
parent f997ee6c86
commit 6e816e246d
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.18.0"
version = "0.19.0"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
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" }

View File

@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.18.0"
version = "0.19.0"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"

View File

@ -1,6 +1,6 @@
[package]
name = "strum_tests"
version = "0.15.0"
version = "0.19.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "strum_tests_rename"
version = "0.15.0"
version = "0.19.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[dependencies]