aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-19 09:01:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-19 09:01:43 -0500
commitfe8c8ed12c9fe1e467109c9dc3d33d2da36168d6 (patch)
treefbb99dfab1917e5986fd0bb8fa113e3eff3725ae
parent13ed15190befd1280ec2d109241c8db6832ef2f6 (diff)
downloadplatform_external_rust_crates_byteorder-fe8c8ed12c9fe1e467109c9dc3d33d2da36168d6.tar.gz
platform_external_rust_crates_byteorder-fe8c8ed12c9fe1e467109c9dc3d33d2da36168d6.tar.bz2
platform_external_rust_crates_byteorder-fe8c8ed12c9fe1e467109c9dc3d33d2da36168d6.zip
1.3.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f258ee2..8d612f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "1.2.7" #:version
+version = "1.3.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"