From 5ae375078d981e9efb3ac6ea68572f941fc883cf Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 4 Oct 2020 11:48:26 +0200 Subject: update to newest evtclib There's a good chance that this will be evtclib 0.5, so we want to adapt our API usage (mainly replacing evtclib::Boss with evtclib::Encounter). The naming is a bit all over the place now, as we sometimes refer to bosses and sometimes to encounters, but I hope to make a sensible decision at *some point* about what we're actually doing here. --- Cargo.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 39be3a0..80b9646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,8 +421,7 @@ dependencies = [ [[package]] name = "evtclib" version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c322ce050d923457e7d2d154380ffe5225a40495519e8fea3b5b35f58c407244" +source = "git+https://gitlab.com/dunj3/evtclib.git?rev=b6676565#b6676565c39bb6a2fe8f5f01218fe654ec4d2cb8" dependencies = [ "byteorder", "getset", -- cgit v1.2.3