From cd29ade3b544ecd12a19ccb6009d5c9a449e5b28 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 29 Nov 2017 16:32:16 -0500 Subject: 1.2.0 --- 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 2051f9b..ef83ce0 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.1.0")] +#![doc(html_root_url = "https://docs.rs/byteorder/1.2.0")] #[cfg(feature = "std")] extern crate core; -- cgit v1.2.3