From ddcd9fb3cd6acf0d4b6e17100e8d8c77313ec210 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 11 Oct 2024 23:34:21 +0200 Subject: [PATCH] add twba-common as workspace dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 658a028..7c09cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] twba-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" } -twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" } +twba-common.workspace = true shellexpand = "3.1"