DOC: Update root crate url

This commit is contained in:
bluss
2017-08-06 18:23:35 +02:00
parent 2919af394e
commit 6ea8e8c0bf
+1 -1
View File
@@ -17,7 +17,7 @@
//! //!
//! This version of arrayvec requires Rust 1.15 or later. //! 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)] #![cfg_attr(not(feature="std"), no_std)]
extern crate odds; extern crate odds;
extern crate nodrop; extern crate nodrop;