Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AE9RB committed Apr 26, 2020
1 parent 8223eea commit f65bb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -12,9 +12,7 @@ exclude = ["patch"]

[profile.release]
panic = "abort"
opt-level = 'z'
lto = true
codegen-units = 1

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit f65bb9e

Please sign in to comment.