1
0
mirror of https://github.com/danog/strum.git synced 2024-11-30 04:28:59 +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 ```toml
[dependencies] [dependencies]
strum = "0.9.1" strum = "0.10.0"
strum_macros = "0.9.1" strum_macros = "0.10.0"
``` ```
And add these lines to the root of your project, either lib.rs or main.rs. And add these lines to the root of your project, either lib.rs or main.rs.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "strum" name = "strum"
version = "0.9.1" version = "0.10.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"] authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT" license = "MIT"
@ -13,7 +13,7 @@ homepage = "https://github.com/Peternator7/strum"
readme = "../README.md" readme = "../README.md"
[dev-dependencies] [dev-dependencies]
strum_macros = "0.9.0" strum_macros = "0.10.0"
# strum_macros = { path = "../strum_macros" } # strum_macros = { path = "../strum_macros" }
[badges] [badges]

View File

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