Skip to content

Commit f65bb9e

Browse files
committed
release 0.7.1
1 parent 8223eea commit f65bb9e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "basic-lang"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = ["David Turnbull"]
66
license = "Apache-2.0 OR MIT"
77
homepage = "http://basic-lang.org/"
@@ -12,9 +12,7 @@ exclude = ["patch"]
1212

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

1917
[dependencies]
2018
ansi_term = "0.12"

0 commit comments

Comments
 (0)