From 1da7233a8f487749defa9018349335e1e9b93b68 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 12 May 2024 19:17:58 +0200 Subject: [PATCH] move version overrides to workspace --- .cargo/config.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 6b4abd8..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -[net] -git-fetch-with-cli = true - -#[patch."https://github.com/OMGeeky/backup_config.git"] -#backup-config = { path = "../backup_config" } -# -#[patch."https://github.com/OMGeeky/twitch_backup.local_db.git"] -#twba-local-db = { path = "../twitch_backup.local_db" } -# -#[patch."https://github.com/OMGeeky/twba_reqwest_backoff.git"] -#reqwest-backoff = { path = "../reqwest_backoff" } - -[patch.crates-io] -yup-oauth2 = { git = "https://github.com/dermesser/yup-oauth2.git", rev = "06d3b7e9d2553dc3ef836b559a84aab29edb86c3" } -google-youtube3 = { version = "5.0.3", git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives" } -google-apis-common = { version = "6.0.0", git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives" }