Skip to content

Commit

Permalink
chore(release): version 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Jul 18, 2020
1 parent d16eb0b commit 7a53e66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_vantage"
version = "0.4.0"
version = "0.5.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
Expand Down
9 changes: 7 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ Rust Client library built for accessing [Alphavantage][alphavantage_link] API.
Edit Cargo.toml file to add alpha_vantage as dependencies
```toml
[dependencies]
alpha_vantage = "0.4.0"
alpha_vantage = "0.5.0"
```

If you would like to use blocking API instead of async api. You can add blocking feature.
```toml
[dependencies]
alpha_vantage = {version = "0.5.0", features=["blocking"]}
```

__OR__
Expand Down Expand Up @@ -71,4 +77,3 @@ println!("{}",rate);

[docsrs_badge]: https://docs.rs/alpha_vantage/badge.svg
[docsrs_link]: https://docs.rs/alpha_vantage

0 comments on commit 7a53e66

Please sign in to comment.