aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-11-29 16:45:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-11-29 16:45:17 -0500
commit610bf24463cb6ec06e57405b672dea33713689a1 (patch)
treee1c9cbec559cd01c9d3a579b44d0a32b7599763a /src
parent27b9144a7ef334c940ba2d133e41df912a673977 (diff)
downloadbyteorder-610bf24463cb6ec06e57405b672dea33713689a1.tar.gz
1.2.1
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 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;