Skip to content

Commit

Permalink
Bump to version 0.0.2 (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jan 25, 2024
1 parent 85d2de5 commit f339f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/Xuanwo/reqwest-hickory-resolver"
edition = "2021"
license = "Apache-2.0"
name = "reqwest-hickory-resolver"
version = "0.0.1"
version = "0.0.2"

[dependencies]
hickory-resolver = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ fn init_with_hickory_resolver() -> reqwest::Result<()> {
HickoryResolver has cache support, we can share the same resolver across different client
for better performance.

```
```rust
use std::sync::Arc;
use once_cell::sync::Lazy;
use reqwest::ClientBuilder;
Expand Down

0 comments on commit f339f59

Please sign in to comment.