mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #196] [MERGED] Update async-trait crate to 0.1.48 #306
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#306
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/196
Author: @hellbound22
Created: 4/5/2021
Status: ✅ Merged
Merged: 4/15/2021
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (1)
737f470Update async-trait crate to 0.1.48📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Cargo.toml(+1 -1)📄 Description
Description
Update async-trait crate to 0.1.48. Only the version number in Cargo.toml was changed, no other fixes required.
Motivation and Context
derive_builder_core 0.10.0 requires quote 1.0.8 or superior, which conflicts with some other packages like async-trait and some others.
Example bellow of me trying to run
cargo checkin one of my projects:Dependencies
async-trait = 0.1.48
quote = ^1.0.8
derive_builder_core = 0.10.0
Type of change
How Has This Been Tested?
No tests required?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
collectionvariant toType#389