mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-02-23 15:38:31 +01:00
patch yup-oauth2 version with custom one
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "downloader"
|
name = "downloader"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@@ -24,6 +24,12 @@ anyhow = "1.0.70"
|
|||||||
log = { version = "0.4" }
|
log = { version = "0.4" }
|
||||||
tracing = { version = "0.1", optional = true }
|
tracing = { version = "0.1", optional = true }
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
# patch the yup-oauth2 version with a custom for to support forcing the user to choose an account.
|
||||||
|
# this can be removed as soon as PR (#205)[https://github.com/dermesser/yup-oauth2/pull/205] is resolved and
|
||||||
|
# the google-youtube3 crate uses the google-apis-common crate that implements this
|
||||||
|
yup-oauth2 = { version = "8.1.1", git = "https://github.com/OMGeeky/yup-oauth2", branch = "8.1.1" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
tracing = [
|
tracing = [
|
||||||
|
|||||||
Reference in New Issue
Block a user