Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed May 19, 2021
1 parent 9de7ab2 commit d1bb538
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusolver"
version = "0.5.1"
version = "0.6.0"
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
edition = "2018"
description = "Fast DNS resolver written in Rust."
Expand Down
9 changes: 6 additions & 3 deletions rusolver.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH RUSOLVER "1" "May 2021" "Rusolver 0.5.1" "User Commands"
.TH RUSOLVER "1" "May 2021" "Rusolver 0.6.0" "User Commands"
.SH NAME
Rusolver \- manual page for Rusolver 0.5.1
Rusolver \- manual page for Rusolver 0.6.0
.SH DESCRIPTION
Rusolver 0.5.1
Rusolver 0.6.0
Eduard Tolosa <edu4rdshl@protonmail.com>
Fast DNS resolver written in Rust.
.SS "USAGE:"
Expand All @@ -17,6 +17,9 @@ Prints help information
\fB\-i\fR, \fB\-\-ip\fR
Show the discovered IP addresses. Default: false
.TP
\fB\-\-no\-verify\fR
Disables the double verification algorithm for valid subdomains \fB\-NOT\fR RECOMMENDED\-. Default: false
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Enables quiet mode.
.TP
Expand Down

0 comments on commit d1bb538

Please sign in to comment.