aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-25 10:19:34 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-25 10:19:34 -0400
commit915c7c532504a8a70b4d890e1671ba5288bc064a (patch)
treea5ceded3b7b81e8aa40cdebf3c7e4b7236065b42
parent1ae9a1b55b92f70d1404f41ba48e7109b4a07f53 (diff)
downloadplatform_external_rust_crates_byteorder-915c7c532504a8a70b4d890e1671ba5288bc064a.tar.gz
platform_external_rust_crates_byteorder-915c7c532504a8a70b4d890e1671ba5288bc064a.tar.bz2
platform_external_rust_crates_byteorder-915c7c532504a8a70b4d890e1671ba5288bc064a.zip
1.2.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3afd004..8f6f892 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "1.2.4" #:version
+version = "1.2.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"