Skip to content

Commit

Permalink
chore(release): Version 0.3.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Nov 27, 2019
1 parent f415abc commit 654cae0
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 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.

53 changes: 26 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
[package]
name = "batch-resolve-cli"
description = "Fast asynchronous batch DNS resolver built on top of Tokio and TRust-DNS"
version = "0.3.5"
authors = ["Mike Lubinets <[email protected]>"]
homepage = "http://github.com/mersinvald/batch_resolve"
repository = "http://github.com/mersinvald/batch_resolve"
readme = "README.md"
license = "MIT"

[[bin]]
name = "batch-resolve"
path = "src/main.rs"
name = 'batch-resolve'
path = 'src/main.rs'

[package]
name = 'batch-resolve-cli'
description = 'Fast asynchronous batch DNS resolver built on top of Tokio and TRust-DNS'
version = '0.3.6'
authors = ['Mike Lubinets <[email protected]>']
homepage = 'http://github.com/mersinvald/batch_resolve'
repository = 'http://github.com/mersinvald/batch_resolve'
readme = 'README.md'
license = 'MIT'

[dependencies]
futures = "0.1.11"
tokio-core = "0.1.6"
log = "0.3.7"
env_logger = "0.4.2"
lazy_static = "0.2"
clap = "2.21.2"
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
crossbeam = "0.2"
num_cpus = "1.3.0"
indicatif = "0.1.0"
futures = '0.1.11'
tokio-core = '0.1.6'
log = '0.3.7'
env_logger = '0.4.2'
lazy_static = '0.2'
clap = '2.21.2'
serde = '1.0'
serde_derive = '1.0'
toml = '0.4'
crossbeam = '0.2'
num_cpus = '1.3.0'
indicatif = '0.1.0'

[dependencies.trust-dns]
version = "0.10"
version = '0.10'
default-features = false
features = ["openssl"]

features = ['openssl']
[profile.release]
lto = true
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<a name="v0.3.6"></a>
## v0.3.6 (2019-11-27)


#### Features

* CSV output option, with [name resolved_name] table ([f533c5de](f533c5de))
* semanteecore-based releases to Crates.io ([ffd39899](ffd39899))
* switch to Stable Rust ([3b804b0c](3b804b0c))
* pristinify the repo ([70b497de](70b497de))
* **style:** rustfmt ([b041250d](b041250d))



0 comments on commit 654cae0

Please sign in to comment.