summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-11-02 14:03:26 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-11-02 14:03:26 -0500
commit23ef488942e792eb2228cbed9005e4b71c589dd8 (patch)
treedfdb75d8d7230c187fd1d1f24da149dae5cf4cd7
parent1d52656d319020aefb282b5ed683c2b70630ce63 (diff)
0.3.00.3.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f6cf44..e49de34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
[dependencies.rust-csv]