1
0
mirror of https://github.com/danog/strum.git synced 2024-11-30 04:28:59 +01:00

Revved version in docs

This commit is contained in:
Peter Glotfelty 🚀 2019-03-25 18:38:58 -07:00
parent 921495c582
commit d8cd5330ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Peter Glotfelty
Copyright (c) 2019 Peter Glotfelty
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -22,8 +22,8 @@ Cargo.toml. Strum_macros contains the macros needed to derive all the traits in
```toml
[dependencies]
strum = "0.14.0"
strum_macros = "0.14.0"
strum = "0.15.0"
strum_macros = "0.15.0"
```
And add these lines to the root of your project, either lib.rs or main.rs.