From 610bf24463cb6ec06e57405b672dea33713689a1 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 29 Nov 2017 16:45:17 -0500 Subject: 1.2.1 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index ef83ce0..0654e88 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ assert_eq!(wtr, vec![5, 2, 0, 3]); #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(feature = "i128", feature(i128_type))] #![cfg_attr(all(feature = "i128", test), feature(i128))] -#![doc(html_root_url = "https://docs.rs/byteorder/1.2.0")] +#![doc(html_root_url = "https://docs.rs/byteorder/1.2.1")] #[cfg(feature = "std")] extern crate core; -- cgit v1.2.3