From 2e1f61ea52f433fa6165420f175637b750880861 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 24 Apr 2017 10:05:55 -0400 Subject: Fixed the serde dependency in the documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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 -- cgit v1.2.3