Skip to content

Commit

Permalink
publish 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Aug 23, 2021
1 parent 61bc56a commit db4a755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 7.4.0 (23 Aug 2020)

- `cargo diet` to reduce crate size
- Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares"
license = "MIT"
version = "7.3.0"
version = "7.4.0"
authors = ["David Hotham"]
description = """
A Rust wrapper for the c-ares library, for asynchronous DNS requests.
Expand All @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]

[dependencies]
bitflags = "1"
c-ares-sys = { version = "5.1.0", path = "c-ares-sys" }
c-ares-sys = { version = "5.2.0", path = "c-ares-sys" }
c-types = "2.0.2"
itertools = "0.9"

Expand Down

0 comments on commit db4a755

Please sign in to comment.