Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jul 5, 2021
1 parent 5e19e2d commit 44c2b61
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-core"
version = "0.11.0"
version = "0.12.0"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]"]
edition = "2018"
repository = "https://github.com/dusk-network/phoenix-core"
Expand Down Expand Up @@ -28,15 +28,3 @@ canon = [
"dusk-poseidon/canon",
"dusk-pki/canon"
]

[profile.release]
opt-level = 3
incremental = false
codegen-units = 1
debug = false
lto = true
overflow-checks = false
debug-assertions = false

[profile.dev]
overflow-checks = false

0 comments on commit 44c2b61

Please sign in to comment.