Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
fix integration tests, some style nits, updates to reflect Dark Sky A…
Browse files Browse the repository at this point in the history
…PI changes, add some test fixture data (#11)
  • Loading branch information
jgrillo committed Jan 21, 2018
1 parent a6267c0 commit d52cc44
Show file tree
Hide file tree
Showing 5 changed files with 1,451 additions and 122 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors = ["Jesse C. Grillo <jesse.grillo@gmail.com>"]
integration = []

[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
reqwest = "0.8"
itertools = "0.6"
serde = "1.0.*"
serde_derive = "1.0.*"
serde_json = "1.0.*"
reqwest = "0.8.*"
itertools = "0.7.*"
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
Forecast-rs is a [Rust](https://www.rust-lang.org) client library for
the [Dark Sky API](https://darksky.net/dev/). A crate is available
from [crates.io](https://crates.io/crates/forecast). This project is
tested against Rust stable, beta, and nightly (although Travis is
tested daily against Rust stable, beta, and nightly (although Travis is
configured to ignore failures on nightly).

## Disclaimer: everything is alpha

Until this project reaches 1.0.0, everything is subject to change. We
will do our best to conform to [semver 2.0.0](http://semver.org).

## Contributing

Contributions are welcome! This is the first thing I have ever
Expand Down
Loading

0 comments on commit d52cc44

Please sign in to comment.