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

Updating the docs

This commit is contained in:
Peter Glotfelty 🚀 2018-03-10 13:10:00 -08:00
parent f039c629e2
commit e0572b7f6b

View File

@ -14,8 +14,8 @@
//!
//! ```toml
//! [dependencies]
//! strum = "0.8.0"
//! strum_macros = "0.8.0"
//! strum = "0.9.0"
//! strum_macros = "0.9.0"
//! ```
//!
//! And add these lines to the root of your project, either lib.rs or main.rs.