From 3d2355fc394974eb0b18b3f8c2647071a4e29453 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 19 Nov 2021 21:33:23 +0100 Subject: update evtclib to 0.6.0 Now that evtclib has been released with the features we need, we can upgrade and do away with the git dependency. --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63dd30b..2e5fa97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,8 +349,9 @@ dependencies = [ [[package]] name = "evtclib" -version = "0.5.0" -source = "git+https://gitlab.com/dunj3/evtclib.git#b962896e0d31667162b0a844e3f2186707b641ad" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72200b9f6de41c0f4134fffb49aa2f202f9b9c9094e0626b768faa3f7ae1a1a6" dependencies = [ "byteorder", "getset", diff --git a/Cargo.toml b/Cargo.toml index 5f456b8..55d90f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep" lto = true [dependencies] -evtclib = { git = "https://gitlab.com/dunj3/evtclib.git" } +evtclib = "0.6.0" regex = "1.5.4" structopt = "0.3.25" walkdir = "2.3.2" -- cgit v1.2.3