0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 22:18:23 -05:00

Merge branch 'rolling' into sort-search-results

This commit is contained in:
Spencer 2024-03-21 09:11:03 +00:00 committed by GitHub
commit 48ac3e6075
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

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

View File

@ -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"
@ -126,7 +126,7 @@ panic = 'abort'
incremental = false
codegen-units = 1
rpath = false
strip = "debuginfo"
strip = "symbols"
[features]
default = ["memory-cache"]