Skip to content

Commit

Permalink
This is 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jan 25, 2020
1 parent 661e18f commit 454481e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proby"
version = "0.3.0"
version = "0.4.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
description = "Check whether hosts are reachable on certain ports and return result on HTTP"
repository = "https://github.com/svenstaro/proby"
Expand All @@ -16,6 +16,9 @@ maintenance = { status = "actively-developed" }

[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1
panic = 'abort'

[dependencies]
actix-web = "2.0.0"
Expand All @@ -33,5 +36,3 @@ log = "0.4"
assert_cmd = "0.12"
surf = "1"
port_check = "0.1"
# rstest = "0.5"
# pretty_assertions = "0.6"

0 comments on commit 454481e

Please sign in to comment.