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

Compare commits

..

1 Commits

Author SHA1 Message Date
Kekma
d85ff18430
Merge 75ad850e42 into 2149e32c9e 2024-03-19 18:35:24 +00:00
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.12.1"
version = "1.11.0"
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 = "symbols"
strip = "debuginfo"
[features]
default = ["memory-cache"]