aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-03-11 13:41:52 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-03-11 13:41:52 -0500
commit86b8253fb2ea3382e3b4ab2fedade12737415c0b (patch)
tree929e2989461e77e85c1dbc9bd3c456df09801988 /Cargo.toml
parent77617d032defd724fcbe47c4091042c45d7d85cc (diff)
downloadbyteorder-86b8253fb2ea3382e3b4ab2fedade12737415c0b.tar.gz
0.5.0
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 d1bcde0..9945e00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "byteorder"
-version = "0.4.2" #:version
+version = "0.5.0" #: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/"