Skip to content

Commit 9858406

Browse files
committed
fixing cargo.toml issue
1 parent 6abb373 commit 9858406

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustscan"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
authors = ["Bee <[email protected]>"]
55
edition = "2018"
66
description = "Faster Nmap Scanning with Rust"
@@ -26,5 +26,4 @@ dirs = "3.0.1"
2626

2727
[package.metadata.deb]
2828
depends = "$auto, nmap"
29-
authors = ["Bee <[email protected]>"]
3029
section = "rust"

0 commit comments

Comments
 (0)