Skip to content

Commit

Permalink
Merge branch 'master' into stage-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jul 13, 2019
2 parents 309ef0e + e26269a commit f7551d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

matrix:
include:
- rust: 1.31.0
- rust: 1.32.0
os: linux
script: &script
- cargo build
Expand Down Expand Up @@ -49,7 +49,7 @@ matrix:
- cargo run --release --bin rwlock -- 1 1 1 0 1 2
- cd ..

- rust: 1.31.0
- rust: 1.32.0
os: osx
script: *script

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parking_lot_core = { path = "core", version = "0.6" }
lock_api = { path = "lock_api", version = "0.3.1" }

[dev-dependencies]
rand = "0.6"
rand = "0.7"
lazy_static = "1.0"

# Used when testing out serde support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ changes to the core API do not cause breaking changes for users of `parking_lot`

## Minimum Rust version

The current minimum required Rust version is 1.31. Any change to this is
The current minimum required Rust version is 1.32. Any change to this is
considered a breaking change and will require a major version bump.

## License
Expand Down

0 comments on commit f7551d1

Please sign in to comment.