Skip to content

Commit

Permalink
Bump version and dependencies.
Browse files Browse the repository at this point in the history
Also update manpage.
  • Loading branch information
Edu4rdSHL committed Nov 7, 2019
1 parent 1f122c9 commit e26040f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "findomain"
version = "0.8.0-beta2"
version = "0.8.0-beta3"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "The fastest and cross-platform subdomain enumerator, don't waste your time."
Expand All @@ -10,8 +10,8 @@ keywords = ["discover-subdomains", "ct-logs", "search-subdomains", "enumerate-su
readme = "README.md"

[dependencies]
serde = { version = "1.0.101", features = ["derive"] }
serde_derive = "1.0.101"
serde = { version = "1.0.102", features = ["derive"] }
serde_derive = "1.0.102"
reqwest = "0.9.22"
trust-dns-resolver = "0.12.0"
clap = { version = "2.33.0", features = ["yaml"] }
Expand Down
9 changes: 6 additions & 3 deletions findomain.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.47.11.
.TH FINDOMAIN "1" "November 2019" "findomain 0.8.0-beta2" "User Commands"
.TH FINDOMAIN "1" "November 2019" "findomain 0.8.0-beta3" "User Commands"
.SH NAME
findomain \- manual page for findomain 0.8.0-beta2
findomain \- manual page for findomain 0.8.0-beta3
.SH DESCRIPTION
findomain 0.8.0\-beta2
findomain 0.8.0\-beta3
Eduard Tolosa <[email protected]>
The fastest and cross\-platform subdomain enumerator, don't waste your time.
.SS "USAGE:"
Expand Down Expand Up @@ -40,6 +40,9 @@ Prints version information
\fB\-f\fR, \fB\-\-file\fR <file>
Use a list of subdomains writen in a file as input.
.TP
\fB\-\-import\-subdomains\fR <import\-subdomains>...
Import subdomains from a file.
.TP
\fB\-\-postgres\-database\fR <postgres\-database>
Postgresql database.
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: findomain
version: "0.8.0-beta2"
version: "0.8.0-beta3"
author: Eduard Tolosa <[email protected]>
settings:
- ArgRequiredElseHelp
Expand Down

0 comments on commit e26040f

Please sign in to comment.