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"