From 01bad4cebcceb20e7defcb763442a43e46fa6259 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 18 Sep 2024 09:23:33 -0400 Subject: [PATCH] Address cargo warning This was not the correct way to specify a revision. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af966b3..b8c64e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "progpool" version = "0.2.2" -source = "git+https://github.com/tamird/progpool.git#51035640194bc083093e584faa7d85818ae7411b#51035640194bc083093e584faa7d85818ae7411b" +source = "git+https://github.com/tamird/progpool.git#51035640194bc083093e584faa7d85818ae7411b" dependencies = [ "indicatif", "rayon", diff --git a/Cargo.toml b/Cargo.toml index ed45ea7..2c01b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,4 @@ joinery = "3.0" dashmap = "5.4.0" [patch.crates-io] -progpool = { git = "https://github.com/tamird/progpool.git#51035640194bc083093e584faa7d85818ae7411b" } +progpool = { git = "https://github.com/tamird/progpool.git" }