Skip to content

Commit

Permalink
(cargo-release) version 0.1.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Sep 2, 2022
1 parent 4f159b8 commit e368f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "seafowl"
build = "build.rs"
version = "0.1.0-dev.1"
version = "0.1.0-dev.2"
edition = "2021"

readme = "README.md"
Expand Down Expand Up @@ -79,5 +79,5 @@ anyhow = "1.0.63" # for build.rs
vergen = "7"

[profile.release]
lto = true
codegen-units = 1
lto = true

0 comments on commit e368f63

Please sign in to comment.