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"