diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep" lto = true [dependencies] -evtclib = "0.4.0" +evtclib = { git = "https://gitlab.com/dunj3/evtclib.git", rev = "b6676565" } regex = "1" structopt = "0.3" walkdir = "2" |