mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
Merge pull request #547 from phetzy/rolling
🚸 Further strip away debug symbols to reduce binary size
This commit is contained in:
commit
236e8871c6
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4199,7 +4199,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
||||
|
||||
[[package]]
|
||||
name = "websurfx"
|
||||
version = "1.11.0"
|
||||
version = "1.12.1"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "websurfx"
|
||||
version = "1.11.0"
|
||||
version = "1.12.1"
|
||||
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."
|
||||
repository = "https://github.com/neon-mmd/websurfx"
|
||||
@ -77,7 +77,7 @@ panic = 'abort'
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
rpath = false
|
||||
strip = "debuginfo"
|
||||
strip = "symbols"
|
||||
|
||||
[features]
|
||||
default = ["memory-cache"]
|
||||
|
Loading…
Reference in New Issue
Block a user