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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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