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

Merge pull request #226 from neon-mmd/fix-gitpod-setup

🛠️ `Luajit` installation step for the `Gitpod` setup
This commit is contained in:
alamin655 2023-09-14 12:41:33 +05:30 committed by GitHub
commit 03e8f5483b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

2
.gitpod.Dockerfile vendored
View File

@ -1,3 +1,3 @@
FROM gitpod/workspace-rust
RUN sudo install-packages redis-server nodejs npm
RUN sudo install-packages redis-server nodejs npm liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev

12
Cargo.lock generated
View File

@ -153,7 +153,7 @@ dependencies = [
"futures-core",
"futures-util",
"mio 0.8.8",
"socket2 0.5.3",
"socket2 0.5.4",
"tokio 1.32.0",
"tracing",
]
@ -214,7 +214,7 @@ dependencies = [
"serde_json",
"serde_urlencoded 0.7.1",
"smallvec 1.11.0",
"socket2 0.5.3",
"socket2 0.5.4",
"time 0.3.28",
"url 2.4.1",
]
@ -3059,9 +3059,9 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys",
@ -3352,7 +3352,7 @@ dependencies = [
"parking_lot 0.12.1",
"pin-project-lite",
"signal-hook-registry",
"socket2 0.5.3",
"socket2 0.5.4",
"tokio-macros",
"windows-sys",
]
@ -3797,7 +3797,7 @@ dependencies = [
[[package]]
name = "websurfx"
version = "0.20.2"
version = "0.20.7"
dependencies = [
"actix-cors",
"actix-files",

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.20.2"
version = "0.20.7"
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"