mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #402] [MERGED] Add ureq-native-tls feature flag #437
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#437
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/402
Author: @jirutka
Created: 4/23/2023
Status: ✅ Merged
Merged: 4/26/2023
Merged by: @ramsayleung
Base:
master← Head:native-tls📝 Commits (1)
75b67e5Add ureq-native-tls feature flag📊 Changes
3 files changed (+3 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.toml(+1 -0)📝
rspotify-http/Cargo.toml(+1 -0)📄 Description
Description
Allow building with ureq client and native-tls (i.e. without rustls).
Motivation and Context
I’m an Alpine Linux developer and I want to build ncspot with native TLS instead of rustls.
Type of change
Please delete options that are not relevant.
How has this been tested?
Is this change properly documented?
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.