Update post-merge html_root_urls

This commit is contained in:
David Tolnay
2017-04-19 14:32:04 -07:00
parent 670be2ce2f
commit 0240814677
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
////////////////////////////////////////////////////////////////////////////////
// Serde types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/serde/0.9.13")]
#![doc(html_root_url = "https://docs.rs/serde/0.9.14")]
// Support using Serde without the standard library!
#![cfg_attr(not(feature = "std"), no_std)]