aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-22 12:15:53 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-22 12:15:53 -0500
commit64c03fb383289f8e42b2892bf72297879777a238 (patch)
tree97837517fa84c9bc603e36bf1bee752959287afc
parent802bc11cd2a0a7a8bfdad5749baf58683ea0bcf3 (diff)
downloadbyteorder-64c03fb383289f8e42b2892bf72297879777a238.tar.gz
1.3.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a1f1d8..3475bb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "1.3.0" #:version
+version = "1.3.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"