Skip to content

Commit

Permalink
do not depend on difference versions of rand
Browse files Browse the repository at this point in the history
  • Loading branch information
alce committed Dec 6, 2019
1 parent 9a49abf commit e0b8efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tonic-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tower = { git = "https:/tower-rs/tower" }
# Required for routeguide
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.7.2"
rand = "0.6"

# Required for wellknown types
prost-types = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rustls-native-certs = { version = "0.1", optional = true }
[dev-dependencies]
tokio = { version = "0.2", features = ["rt-core", "macros"] }
static_assertions = "1.0"
rand = "0.7.2"
rand = "0.6"
criterion = "0.3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit e0b8efd

Please sign in to comment.