Skip to content

Commit

Permalink
Bump to v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 15, 2023
1 parent 56b906e commit 74e5a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zepter"
version = "0.7.4"
version = "0.8.0"
edition = "2021"
authors = [ "Oliver Tale-Yazdi" ]
description = "Check if features are correctly propagated in your workspace."
Expand Down Expand Up @@ -67,9 +67,8 @@ opt-level = 3
[profile.release]
opt-level = 3

# Improves speed of the DAG logic by 4-20%, but since normally `cargo metadata`
# takes magnitudes longer than that, there is no real reason to sacrifice human
# time here when waiting on `cargo install`. So it is disabled by default.
# Improves speed of the DAG logic by 4-20%. Normally `cargo metadata` magnitudes slower, so we dont
# sacrifice (human) compile time for this negligible speedup.
[profile.optimized]
inherits = "release"
lto = true
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/root-args/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ crates: []
cases:
- cmd: --version
stdout: |
zepter 0.7.4
zepter 0.8.0

0 comments on commit 74e5a1a

Please sign in to comment.