Skip to content

Commit

Permalink
chore(release): version 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Dec 14, 2021
1 parent 5bbdf20 commit 5e90680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_vantage"
version = "0.6.0"
version = "0.7.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
Expand All @@ -12,15 +12,15 @@ keywords = ["alphavantage", "currency", "finance", "stock", "exchange"]
categories = ["api-bindings", "web-programming::http-client"]

[dependencies]
async-trait = "0.1.51"
reqwest = { version = "0.11.6", optional = true }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
surf = { version = "2.3.1", optional = true }
async-trait = "0.1.52"
reqwest = { version = "0.11.7", optional = true }
serde = { version = "1.0.131", features = ["derive"] }
serde_json = "1.0.73"
surf = { version = "2.3.2", optional = true }
thiserror = "1.0.30"

[dev-dependencies]
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.14.0", features = ["full"] }

[features]
default = ["reqwest-client"]
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.6.0"
alpha_vantage = "0.7.0"
```

__OR__
Expand Down

0 comments on commit 5e90680

Please sign in to comment.