mirror of
https://github.com/danog/strum.git
synced 2024-12-02 09:27:57 +01:00
Updated version in Cargo.toml
This commit is contained in:
parent
f997ee6c86
commit
6e816e246d
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "strum"
|
name = "strum"
|
||||||
version = "0.18.0"
|
version = "0.19.0"
|
||||||
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
@ -14,10 +14,10 @@ repository = "https://github.com/Peternator7/strum"
|
|||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[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]
|
[dev-dependencies]
|
||||||
strum_macros = { path = "../strum_macros", version = "0.18.0" }
|
strum_macros = { path = "../strum_macros", version = "0.19.0" }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "Peternator7/strum" }
|
travis-ci = { repository = "Peternator7/strum" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
version = "0.18.0"
|
version = "0.19.0"
|
||||||
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "strum_tests"
|
name = "strum_tests"
|
||||||
version = "0.15.0"
|
version = "0.19.0"
|
||||||
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "strum_tests_rename"
|
name = "strum_tests_rename"
|
||||||
version = "0.15.0"
|
version = "0.19.0"
|
||||||
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user