From 52ef614ecd4964d35972b99ad365cf03e0e221b5 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Wed, 6 Apr 2022 20:07:38 +0200 Subject: [PATCH] (deps) use correct pfs-time-measure dependency from git --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fdf230..dc27072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,8 @@ version = 3 [[package]] name = "pfs-time-measure" -version = "0.1.0" +version = "0.9.0" +source = "git+https://git.comff.net/rustics/pfs-time-measure.git?tag=v0.9#7736f3d1e42d2e48253ac36898c95b16f45ecc07" [[package]] name = "rwlocktest" diff --git a/Cargo.toml b/Cargo.toml index 2464621..a2555e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pfs-time-measure = { path = "../pfs-time-measure" } +pfs-time-measure = { git = "https://git.comff.net/rustics/pfs-time-measure.git", tag = "v0.9" }