Skip to content

Commit

Permalink
Update deps and add cargo check to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stusmall committed Mar 15, 2020
1 parent f22f96c commit 0ea7c55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
# Generated by Cargo
/target
/Cargo.lock

.idea
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ before_install:
script:
- cargo build
- RUST_TEST_TASKS=1 cargo test
- cargo fmt -- --check
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ error-chain = "0.12"
serde = "1"
serde_derive = "1"
serde_json = "1.0"
reqwest = "0.9"
url = "1.5"
reqwest = "0.10"
url = "2.1"

0 comments on commit 0ea7c55

Please sign in to comment.