diff --git a/Cargo.lock b/Cargo.lock index 9bb993d..a06d5b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "compact_strings" -version = "1.2.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c5685be29536b1c7f8251cbcad899f86134711da1fa0491c18fffef48c6788" +checksum = "1e45c6b43f70aab4a0a8e4cc1de3596fed0b9e204986cb84af51c639f0b647bd" [[package]] name = "crc32fast" diff --git a/Cargo.toml b/Cargo.toml index 03e8aaf..95233f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" @@ -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"