mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 16:05:53 +03:00
[PR #388] [MERGED] Remove rustc-serialize feature from chrono #428
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#428
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/388
Author: @aplanas
Created: 2/3/2023
Status: ✅ Merged
Merged: 2/4/2023
Merged by: @ramsayleung
Base:
master← Head:fix_rustc_serialize📝 Commits (2)
c541e4eRemove rustc-serialize feature from chrono7d41d56Address clippy lints complains📊 Changes
6 files changed (+9 additions, -9 deletions)
View changed files
📝
Cargo.toml(+1 -1)📝
rspotify-http/src/common.rs(+2 -2)📝
rspotify-http/src/reqwest.rs(+2 -2)📝
rspotify-http/src/ureq.rs(+2 -2)📝
rspotify-model/Cargo.toml(+1 -1)📝
rspotify-model/src/custom_serde.rs(+1 -1)📄 Description
Because rustc-serialize is considered insecured, and is using constructor that will be not compiled in future rustc, chrono dropped rustc-serialize in the main branch (future 0.5 release)
This patch remove this feature, to avoid the current compiler warning and prepare the work for the new chrono release.
Fix #387
Signed-off-by: Alberto Planas aplanas@suse.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.