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:
parent
f733a7435e
commit
f55e79db78
@ -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.
|
||||
|
@ -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]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "strum_macros"
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user