Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Jul 26, 2021
1 parent e5c290e commit a05a6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unofficial Rust API for interacting with Google Trend
First, add the dependency to your `cargo.toml`:
```toml
[dependencies]
rtrend = "0.1.2"
rtrend = "0.1.3"
```

Then build a client and send the reqwest you want :
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! First, add the dependency to your `cargo.toml`:
//! ```toml
//! [dependencies]
//! rtrend = "0.1.0"
//! rtrend = "0.1.3"
//! ```
//!
//! Then build a client and send the reqwest you want :
Expand Down

0 comments on commit a05a6ba

Please sign in to comment.