alamin655 commited on
Commit
daa6fd9
2 Parent(s): 79034ea 19621d3

Merge pull request #248 from boris-lok/gitpod

Browse files

🛠️ Use the correct command to run the app in `GitPod`

Files changed (3) hide show
  1. .gitpod.yml +1 -1
  2. Cargo.lock +1 -1
  3. Cargo.toml +1 -1
.gitpod.yml CHANGED
@@ -8,7 +8,7 @@ tasks:
8
  command: redis-server --port 8082
9
  - name: Run The App
10
  init: cargo build
11
- command: PKG_ENV=dev ./target/release/websurfx
12
  - name: Tests
13
  command: cargo test
14
  - name: Clippy Checks
 
8
  command: redis-server --port 8082
9
  - name: Run The App
10
  init: cargo build
11
+ command: PKG_ENV=dev ./target/debug/websurfx
12
  - name: Tests
13
  command: cargo test
14
  - name: Clippy Checks
Cargo.lock CHANGED
@@ -3905,7 +3905,7 @@ dependencies = [
3905
 
3906
  [[package]]
3907
  name = "websurfx"
3908
- version = "0.21.1"
3909
  dependencies = [
3910
  "actix-cors",
3911
  "actix-files",
 
3905
 
3906
  [[package]]
3907
  name = "websurfx"
3908
+ version = "0.21.3"
3909
  dependencies = [
3910
  "actix-cors",
3911
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "0.21.1"
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 = "0.21.3"
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"