Skip to content

Commit

Permalink
chore: start new version
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Nov 16, 2023
1 parent 0234aae commit c5f5610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontfor"
version = "0.4.0"
version = "0.4.1-alpha1"
authors = ["7sDream <i@7sdre.am>"]
edition = "2021"
description = "find fonts which can show a specified character and preview them in terminal or browser"
Expand Down Expand Up @@ -43,3 +43,9 @@ crossterm = "0.27"
# Home-made singel thread HTTP server for preview fonts in browser.
# Alternative: output a html file into temp dir and open it
httparse = "1"

[profile.release]
strip = true
lto = true
panic = "abort"
codegen-units = 1

0 comments on commit c5f5610

Please sign in to comment.