diff --git a/README.md b/README.md index 3317f67..ab1000c 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Cargo.toml. Strum_macros contains the macros needed to derive all the traits in ```toml [dependencies] -strum = "*" -strum_macros = "*" +strum = "0.8.0" +strum_macros = "0.8.0" ``` And add these lines to the root of your project, either lib.rs or main.rs. diff --git a/strum/src/lib.rs b/strum/src/lib.rs index 1b27b63..f12f038 100644 --- a/strum/src/lib.rs +++ b/strum/src/lib.rs @@ -14,8 +14,8 @@ //! //! ```toml //! [dependencies] -//! strum = "*" -//! strum_macros = "*" +//! strum = "0.8.0" +//! strum_macros = "0.8.0" //! ``` //! //! And add these lines to the root of your project, either lib.rs or main.rs.