aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-06-09 09:41:09 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-06-09 09:41:09 -0400
commit058237661a88c2f610f280340310fce19d98d265 (patch)
tree9877ecbc0b806c6f970a808f0805d7719785b7e7
parentfd3fb623b3fbff689892a1641c99b4168076146b (diff)
downloadbyteorder-058237661a88c2f610f280340310fce19d98d265.tar.gz
1.3.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17272e1..91f2aa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "1.3.1" #:version
+version = "1.3.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"