Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Feb 17, 2021
1 parent 17d87cd commit 3da332c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biodivine-aeon-server"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = ["Samuel Pastva <[email protected]>"]
edition = "2018"
default-run = "biodivine-aeon-server"
Expand All @@ -11,9 +11,9 @@ rustdoc-args = ["--html-in-header", "docs-head.html"]

[profile.release]
# This is important for profiling - otherwise we would get unreadable traces.
debug = true
#debug = true
# This gives a marginally better runtime, but a much much longer compile times, so disabled by default.
#lto = true
lto = true

[dependencies]
biodivine-lib-bdd = "0.2.1"
Expand Down

0 comments on commit 3da332c

Please sign in to comment.