aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-05-12 18:58:21 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-05-12 18:58:21 -0400
commit5e1b2a607b073a22eebc6e2256a6e80a8cb31f63 (patch)
tree8b72e2b64d6be835c31af7e30e77b5ca4801be1f
parent965103be61f7e1264c66a047029a0b026e113b47 (diff)
downloadplatform_external_rust_crates_byteorder-5e1b2a607b073a22eebc6e2256a6e80a8cb31f63.tar.gz
platform_external_rust_crates_byteorder-5e1b2a607b073a22eebc6e2256a6e80a8cb31f63.tar.bz2
platform_external_rust_crates_byteorder-5e1b2a607b073a22eebc6e2256a6e80a8cb31f63.zip
1.2.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c42f95f..4cdd0e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "byteorder"
# NB: When modifying, also modify html_root_url in lib.rs
-version = "1.2.2" #:version
+version = "1.2.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"