alamin655 commited on
Commit
236e887
2 Parent(s): 2149e32 f78c6d7

Merge pull request #547 from phetzy/rolling

Browse files

🚸 Further strip away debug symbols to reduce binary size

Files changed (2) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +2 -2
Cargo.lock CHANGED
@@ -4199,7 +4199,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
4199
 
4200
  [[package]]
4201
  name = "websurfx"
4202
- version = "1.11.0"
4203
  dependencies = [
4204
  "actix-cors",
4205
  "actix-files",
 
4199
 
4200
  [[package]]
4201
  name = "websurfx"
4202
+ version = "1.12.1"
4203
  dependencies = [
4204
  "actix-cors",
4205
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.11.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"
@@ -77,7 +77,7 @@ panic = 'abort'
77
  incremental = false
78
  codegen-units = 1
79
  rpath = false
80
- strip = "debuginfo"
81
 
82
  [features]
83
  default = ["memory-cache"]
 
1
  [package]
2
  name = "websurfx"
3
+ version = "1.12.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"
 
77
  incremental = false
78
  codegen-units = 1
79
  rpath = false
80
+ strip = "symbols"
81
 
82
  [features]
83
  default = ["memory-cache"]