aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-11-29 16:32:16 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-11-29 16:32:16 -0500
commitcd29ade3b544ecd12a19ccb6009d5c9a449e5b28 (patch)
treec49bbf4a1ca8ae71c3cda07bd92c738e09d82277 /src
parent1163111367cef7a85d48cb5b84d7889458d23974 (diff)
downloadbyteorder-cd29ade3b544ecd12a19ccb6009d5c9a449e5b28.tar.gz
1.2.0
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;