summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-11-16 16:27:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-11-16 16:27:34 -0500
commit26dab7a77048a65de13f685ab90bbaf69c42dc18 (patch)
tree5d297e42bbc68b80d7ea30990b3e670566ac6496
parentaf320540874a1271559f09965296cc831b27dccd (diff)
0.4.00.4.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 541e3fe..d32f3f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"docopt 0.6.8 (git+git://github.com/docopt/docopt.rs)",
"quickcheck 0.1.2 (git+git://github.com/BurntSushi/quickcheck)",
diff --git a/Cargo.toml b/Cargo.toml
index e2ce2a5..53395a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
[dependencies.rust-csv]