From 952c648744c7bb02a694c3ac9b6a3338cddaf00f Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 15 Jan 2024 15:21:52 -0700 Subject: [PATCH] Fix warning about unused patch --- Cargo.lock | 5 ----- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 119c4a4..0e7414b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4923,8 +4923,3 @@ name = "zeroize" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" - -[[patch.unused]] -name = "serenity" -version = "0.12.0" -source = "git+https://github.com/tazz4843/serenity?branch=next#22f0098dd6de50281e0b7b7527665f5a3adb6919" diff --git a/Cargo.toml b/Cargo.toml index f4b7e78..580a80e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ scripty_core = { path = "scripty_core" } tracing = { version = "0.1", features = ["release_max_level_info"] } [patch.crates-io] -serenity = { git = "https://github.com/tazz4843/serenity", branch = "next" } +serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next" } songbird = { git = "https://github.com/tazz4843/songbird", branch = "serenity-next" }