Skip to content

Commit

Permalink
Merge pull request #106 from neon-mmd/make-cargo-toml-consistent
Browse files Browse the repository at this point in the history
Improve the consisteny of toml file
  • Loading branch information
alamin655 authored Jun 16, 2023
2 parents 672c8b3 + 58fb407 commit c37a9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.12.2"
version = "0.12.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"
Expand All @@ -23,7 +23,7 @@ redis = {version="*"}
md5 = {version="*"}
rand={version="*"}
once_cell = {version="*"}
error-stack = "0.3.1"
error-stack = {version="0.3.1"}

[dev-dependencies]
rusty-hook = "^0.11.2"
Expand Down

0 comments on commit c37a9b4

Please sign in to comment.