From 39e2eb6486dfe9002c670ea6c8e34974a982ba22 Mon Sep 17 00:00:00 2001 From: Able Date: Sat, 9 Apr 2022 17:30:22 -0500 Subject: [PATCH] minor update --- axel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axel/Cargo.toml b/axel/Cargo.toml index 1773b2b..98eedfa 100644 --- a/axel/Cargo.toml +++ b/axel/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -versioning = {git = "https://git.ablecorp.us/able/versioning"} +versioning = {path = "../versioning"} hashbrown = "0.12.0" log = "0.4.14"