From 6598a23d0699e6fe298275a67e0146a19c422c88 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 23 Mar 2024 00:24:41 +0100 Subject: [PATCH] fix: specify internal dependency versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2778864..165b667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,8 +63,8 @@ insta = { version = "1.17.1", features = ["ron", "redactions"] } path_macro = "1.0.0" # Included crates -rustypipe = { path = ".", default-features = false } -rustypipe-downloader = { path = "./downloader", default-features = false } +rustypipe = { path = ".", version = "0.1.0", default-features = false } +rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false } [features] default = ["default-tls"]