Skip to content

Commit

Permalink
Merge #424
Browse files Browse the repository at this point in the history
424: ⬆️ rand r=kinggoesgaming a=matklad

**I'm submitting a(n)** other


# Description

Update rand to the next major version (0.7)

# Motivation

avoid rand duplication across ecosystem

# Tests
`cargo test` locally works

# Related Issue(s)


Co-authored-by: Aleksey Kladov <[email protected]>
  • Loading branch information
bors[bot] and matklad authored Aug 23, 2019
2 parents 33dca9e + 3098118 commit 013b8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ matrix:
- cargo build --target wasm32-unknown-unknown --features "v3 wasm-bindgen"
- cargo build --target wasm32-unknown-unknown --features "v4 wasm-bindgen"
- cargo build --target wasm32-unknown-unknown --features "v5 wasm-bindgen"
- rust: 1.31.0
- rust: 1.32.0
script:
- cargo test --features "serde std v4"

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ version = "0.6"

[dependencies.rand]
optional = true
version = "0.6"
version = "0.7"

[dependencies.serde]
default-features = false
Expand Down

0 comments on commit 013b8eb

Please sign in to comment.