From f65bb9e158cf78ade0a0f50c11886913f9dcba92 Mon Sep 17 00:00:00 2001 From: AE9RB Date: Sun, 26 Apr 2020 09:40:42 -0700 Subject: [PATCH] release 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d09205..fcf19dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "basic-lang" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4ff70ef..7fd0845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "basic-lang" -version = "0.7.0" +version = "0.7.1" authors = ["David Turnbull"] license = "Apache-2.0 OR MIT" homepage = "http://basic-lang.org/" @@ -12,9 +12,7 @@ exclude = ["patch"] [profile.release] panic = "abort" -opt-level = 'z' lto = true -codegen-units = 1 [dependencies] ansi_term = "0.12"