Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AE9RB committed Apr 1, 2020
1 parent af92922 commit c44549d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic-lang"
version = "0.3.0"
version = "0.4.0"
authors = ["David Turnbull"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand All @@ -12,6 +12,9 @@ edition = "2018"

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

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit c44549d

Please sign in to comment.