diff --git a/.gitpod.yml b/.gitpod.yml index d1b8f3b..b3c8ea0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,7 +8,7 @@ tasks: command: redis-server --port 8082 - name: Run The App init: cargo build - command: PKG_ENV=dev ./target/release/websurfx + command: PKG_ENV=dev ./target/debug/websurfx - name: Tests command: cargo test - name: Clippy Checks diff --git a/Cargo.lock b/Cargo.lock index 304af29..69d96d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.21.1" +version = "0.21.3" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index f826a23..ca92e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.21.1" +version = "0.21.3" 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"