From b358e9795a25627d1c8d7027bd3140af79819dd6 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 12 Mar 2024 11:07:02 -0700 Subject: [PATCH] Moving timings ref --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c7169..515bd81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" dependencies = [ "unicode-ident", ] @@ -725,6 +725,7 @@ dependencies = [ [[package]] name = "timings" version = "0.1.0" +source = "git+https://github.com/khonsulabs/timings.git#e08d461698a99ef4249957f4ed72e64b570cb166" dependencies = [ "core_affinity", "flume 0.10.14", diff --git a/Cargo.toml b/Cargo.toml index 554dde3..dfa6c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ parking_lot = { version = "0.12.1", features = ["arc_lock"] } [dev-dependencies] criterion = "0.5" -timings = { path = "../timings" } +timings = { git = "https://github.com/khonsulabs/timings.git" } [lints.clippy] pedantic = "warn"