Skip to content

Commit

Permalink
Bump dependencies (rand) and increase the minimum supported toolchain…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
lipanski committed Jul 11, 2019
1 parent f9ea870 commit f8d9b91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: rust
rust:
- 1.31.0 # pinned toolchain for clippy
- 1.29.0 # minimum supported toolchain
- 1.32.0 # pinned toolchain for clippy
- 1.32.0 # minimum supported toolchain
- stable
- beta
- nightly
Expand All @@ -16,7 +16,7 @@ branches:

env:
global:
- CLIPPY_RUST_VERSION=1.31.0
- CLIPPY_RUST_VERSION=1.32.0

before_script:
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ travis-ci = { repository = "lipanski/mockito", branch = "master" }
appveyor = { repository = "lipanski/mockito", branch = "master", service = "github" }

[dependencies]
rand = "^0.5.5"
rand = "^0.7.0"
httparse = "^1.3.3"
regex = "^1.0.5"
lazy_static = "^1.1.0"
Expand Down

0 comments on commit f8d9b91

Please sign in to comment.