Spaces:
Runtime error
Runtime error
Merge branch 'rolling' into search-result-parse-refactor
Browse files- Cargo.lock +1 -1
- Cargo.toml +1 -1
- docker-compose.yml +1 -3
Cargo.lock
CHANGED
@@ -3965,7 +3965,7 @@ dependencies = [
|
|
3965 |
|
3966 |
[[package]]
|
3967 |
name = "websurfx"
|
3968 |
-
version = "1.0.
|
3969 |
dependencies = [
|
3970 |
"actix-cors",
|
3971 |
"actix-files",
|
|
|
3965 |
|
3966 |
[[package]]
|
3967 |
name = "websurfx"
|
3968 |
+
version = "1.0.11"
|
3969 |
dependencies = [
|
3970 |
"actix-cors",
|
3971 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.0.
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.0.11"
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
docker-compose.yml
CHANGED
@@ -15,6 +15,4 @@ services:
|
|
15 |
- ./websurfx/:/etc/xdg/websurfx/
|
16 |
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
17 |
# redis:
|
18 |
-
# image: redis:latest
|
19 |
-
# ports:
|
20 |
-
# - 6379:6379
|
|
|
15 |
- ./websurfx/:/etc/xdg/websurfx/
|
16 |
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
17 |
# redis:
|
18 |
+
# image: redis:latest
|
|
|
|