Skip to content

Commit 5ef6849

Browse files
committed
MAINT: Fix doc link in crate
1 parent 97c0e74 commit 5ef6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//!
2525
//! This version of arrayvec requires Rust 1.36 or later.
2626
//!
27-
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
27+
#![doc(html_root_url="https://docs.rs/arrayvec/0.5/")]
2828
#![cfg_attr(not(feature="std"), no_std)]
2929
#![cfg_attr(feature="unstable-const-fn", feature(const_fn))]
3030

0 commit comments

Comments
 (0)