Skip to content

Commit

Permalink
ver: 1.0.11
Browse files Browse the repository at this point in the history
Update to compact_strings 2.0.0 and disable lto.
  • Loading branch information
Vonr committed Sep 10, 2023
1 parent cfd2cfc commit 63af503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parui"
description = "Simple TUI frontend for paru or yay."
version = "1.0.10"
version = "1.0.11"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.68.2"

[profile.release]
opt-level = 3
lto = true
lto = false
codegen-units = 1
debug = 0
strip = "symbols"
Expand All @@ -27,7 +27,7 @@ strip = false
atomic = "0.6.0"
parking_lot = "0.12.1"
nohash-hasher = "0.2.0"
compact_strings = "1.2.2"
compact_strings = "2.0.0"

[dependencies.crossterm]
version = "0.27.0"
Expand Down

0 comments on commit 63af503

Please sign in to comment.