From 9bab7141287a7c315b5e0fd00d9ca512e2892a6a Mon Sep 17 00:00:00 2001 From: George Kaplan Date: Sun, 20 Jan 2019 15:12:41 -0500 Subject: [PATCH] [ci skip] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06bfa27..895e66b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parsley" -version = "0.6.1" +version = "0.6.2" dependencies = [ "rustyline 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6aa1c1c..0612b72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsley" -version = "0.6.1" +version = "0.6.2" authors = ["George Kaplan "] edition = "2018" description = "An implementation of Scheme"