Skip to content

Commit c44549d

Browse files
committed
release 0.4.0
1 parent af92922 commit c44549d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "basic-lang"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["David Turnbull"]
55
license = "Apache-2.0 OR MIT"
66
readme = "README.md"
@@ -12,6 +12,9 @@ edition = "2018"
1212

1313
[profile.release]
1414
panic = "abort"
15+
opt-level = 'z'
16+
lto = true
17+
codegen-units = 1
1518

1619
[dependencies]
1720
ansi_term = "0.12"

0 commit comments

Comments
 (0)