[PR #284] [MERGED] Update rand to 0.6 #862

Closed
opened 2026-02-27 20:00:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/284
Author: @tstenner
Created: 1/17/2019
Status: Merged
Merged: 3/10/2019
Merged by: @sashahilton00

Base: masterHead: rand06


📝 Commits (4)

📊 Changes

8 files changed (+848 additions, -469 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Cargo.lock (+833 -457)
📝 Cargo.toml (+2 -2)
📝 connect/Cargo.toml (+1 -1)
📝 connect/src/spirc.rs (+3 -2)
📝 core/Cargo.toml (+2 -2)
📝 core/build.rs (+3 -1)
📝 core/src/util/mod.rs (+3 -3)

📄 Description

Replace deprecated functions and traits according to the rand update guide.

  • commit 1: run cargo update to make the second commit cleaner
  • commit 2: replace deprecated functions, update Cargo.toml, cargo update

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/284 **Author:** [@tstenner](https://github.com/tstenner) **Created:** 1/17/2019 **Status:** ✅ Merged **Merged:** 3/10/2019 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `rand06` --- ### 📝 Commits (4) - [`b320c4b`](https://github.com/librespot-org/librespot/commit/b320c4b2afbee0b844e7c9c1eb10c182d6cfef86) Run cargo update - [`113fed5`](https://github.com/librespot-org/librespot/commit/113fed5c421f4beb211d3b85bdf78ce4bafcfefe) Update rand to 0.6 - [`0a9a293`](https://github.com/librespot-org/librespot/commit/0a9a2933151ac2521d927d9a1475781983d9da63) Fix travis rust version - [`0686fe5`](https://github.com/librespot-org/librespot/commit/0686fe545f584b325d0dbb98b68d7b652ab1b24a) Update Spirc depreciated rand method ### 📊 Changes **8 files changed** (+848 additions, -469 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Cargo.lock` (+833 -457) 📝 `Cargo.toml` (+2 -2) 📝 `connect/Cargo.toml` (+1 -1) 📝 `connect/src/spirc.rs` (+3 -2) 📝 `core/Cargo.toml` (+2 -2) 📝 `core/build.rs` (+3 -1) 📝 `core/src/util/mod.rs` (+3 -3) </details> ### 📄 Description Replace deprecated functions and traits according to the [rand update guide](https://rust-random.github.io/book/update-0.6.html). - commit 1: run `cargo update` to make the second commit cleaner - commit 2: replace deprecated functions, update Cargo.toml, `cargo update` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#862
No description provided.