diff --git a/Cargo.lock b/Cargo.lock index 1ff1e324d..9100d1e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,7 +2544,8 @@ dependencies = [ [[package]] name = "taskchampion" version = "3.1.0" -source = "git+https://github.com/GothenburgBitFactory/taskchampion?tag=v3.1.0#ddb7029882d37af8800da3a7d745f8597940dec3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82f3be5bd922568eaaa1cbf30d4daf7979723c53465f3b202a88c7746fd0d7b6" dependencies = [ "anyhow", "async-trait", diff --git a/src/taskchampion-cpp/Cargo.toml b/src/taskchampion-cpp/Cargo.toml index 1180c7f90..464d5f4b6 100644 --- a/src/taskchampion-cpp/Cargo.toml +++ b/src/taskchampion-cpp/Cargo.toml @@ -9,9 +9,7 @@ rust-version = "1.91.1" # MSRV crate-type = ["staticlib"] [dependencies] -taskchampion = { git = "https://github.com/GothenburgBitFactory/taskchampion", tag = "v3.1.0", features = [ - "server-git", -] } +taskchampion = { version = "3.1.0", features = [ "server-git" ] } cxx = "1.0.133" tokio = { version = "1", features = ["rt"] }