From 6ea8e8c0bf13f8662a6a0a81ed829b3db49bfa65 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 6 Aug 2017 18:23:35 +0200 Subject: [PATCH] DOC: Update root crate url --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 08dab40..3098895 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,7 @@ //! //! This version of arrayvec requires Rust 1.15 or later. //! -#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")] +#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")] #![cfg_attr(not(feature="std"), no_std)] extern crate odds; extern crate nodrop;