1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00

Updated Cargo.toml

This commit is contained in:
Peter Glotfelty 🚀 2018-06-23 16:34:34 -07:00
parent f733a7435e
commit f55e79db78
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.9.1"
version = "0.10.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
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]

View File

@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.9.1"
version = "0.10.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT"