diff --git a/.mergify.yml b/.mergify.yml index 8c2f886..05da0ed 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,8 +1,10 @@ pull_request_rules: - name: Automatic merge on approval conditions: - - "status-success=checks/approved" - "#approved-reviews-by>=2" + - check-success=build (stable) + - check-success=CodeFactor + - check-success=Rust project actions: queue: method: squash diff --git a/Cargo.lock b/Cargo.lock index 11b8343..820d599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4042,7 +4042,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "websurfx" -version = "1.0.11" +version = "1.2.1" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 6c4b287..b8f6e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.0.11" +version = "1.2.1" 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"