aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-11-07 18:27:02 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-11-07 18:27:02 -0500
commit77a0528b692347f3634943004ef145ee9a2cfd3d (patch)
treee8ef20ae83567fba16a95c77e5d8cfa0cfa7a583 /Cargo.toml
parent7f30baf9714294f0bf1dd8c5488664f878159a44 (diff)
downloadbyteorder-77a0528b692347f3634943004ef145ee9a2cfd3d.tar.gz
0.4.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22ada13..026348a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "0.4.0" #:version
+version = "0.4.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "http://burntsushi.net/rustdoc/byteorder/"