From 9217bc5e381b54b4ef4c38959488a5dc993b7b81 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 2 May 2018 13:02:03 -0700 Subject: [PATCH] Release 0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7588166..4675edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fallible-streaming-iterator" -version = "0.1.8" +version = "0.1.9" authors = ["Steven Fackler "] description = "Fallible streaming iteration" license = "MIT/Apache-2.0"