Skip to content

Commit

Permalink
Merge pull request #159 from upsuper/rand-07
Browse files Browse the repository at this point in the history
Upgrade rand to 0.7
  • Loading branch information
abonander committed Jul 6, 2019
2 parents 8fc18be + 9c5822e commit f6407a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -22,7 +22,7 @@ version: 2
jobs:
stable:
docker:
- image: rust:1.31.0-slim
- image: rust:1.32.0-slim
environment:
RUSTFLAGS: -D warnings
steps:
Expand Down
2 changes: 1 addition & 1 deletion phf_generator/Cargo.toml
Expand Up @@ -8,5 +8,5 @@ repository = "https://github.com/sfackler/rust-phf"
edition = "2018"

[dependencies]
rand = "0.6"
rand = { version = "0.7", features = ["small_rng"] }
phf_shared = { version = "0.7.24", path = "../phf_shared" }

0 comments on commit f6407a0

Please sign in to comment.