0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Merge pull request #547 from phetzy/rolling

🚸 Further strip away debug symbols to reduce binary size
This commit is contained in:
alamin655 2024-03-21 12:22:17 +05:30 committed by GitHub
commit 236e8871c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4199,7 +4199,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]] [[package]]
name = "websurfx" name = "websurfx"
version = "1.11.0" version = "1.12.1"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-files", "actix-files",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "websurfx" name = "websurfx"
version = "1.11.0" version = "1.12.1"
edition = "2021" edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx" repository = "https://github.com/neon-mmd/websurfx"
@ -77,7 +77,7 @@ panic = 'abort'
incremental = false incremental = false
codegen-units = 1 codegen-units = 1
rpath = false rpath = false
strip = "debuginfo" strip = "symbols"
[features] [features]
default = ["memory-cache"] default = ["memory-cache"]