From 1c836f75a5d1868c8463340b8867266b5a21d5b4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 5 Sep 2016 17:14:58 -0700 Subject: [PATCH] Release 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71a8c4e577..b9dc217ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "item" -version = "0.3.1" +version = "0.3.2" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust items"