From 98c417656b2c29854c346eea63ac47ba5ce56775 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 26 Jan 2025 23:35:56 +0100 Subject: [PATCH] chore: Cargo and .gitignore changes --- .gitignore | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f50483c..a0dac0e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ mooverdb.db* -*.txt \ No newline at end of file +*.txt + +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index 148d130..7ef96d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4036,7 +4036,7 @@ dependencies = [ "json", "regex", "reqwest 0.12.12", - "thiserror 1.0.64", + "thiserror 2.0.11", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c557b4a..5f359bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tenorv2 = { path = "./tenor-v2/tenorv2" } songbird = { version = "0.4.6", features = ["driver", "builtin-queue"] } reqwest = "0.11.27" # songbird depends on ^0.11 # radiobrowser = "0.6.1" -radiobrowser = { path = "./radiobrowser" } +radiobrowser = { path = "./radiobrowser-lib-rust" } [dependencies.symphonia] version = "0.5.2"