diff --git a/src/lib.rs b/src/lib.rs index 7b72eac..583ec7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! authors = ["Alex Crichton "] //! //! [dependencies] -//! serde = "0.9" +//! serde = "1.0" //! ``` //! //! The TOML format tends to be relatively common throughout the Rust community