From 4ec62bbac872bbfd95413af2f00c3f4a36c70630 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 4 Apr 2020 13:48:56 +0200 Subject: switch from quick_error to thiserror thiserror seems to be the more modern approach that also works with the new Error trait from std. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f4697a2..b6c1c90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] num-traits = "0.2" num-derive = "0.3" -quick-error = "1.2.1" +thiserror = "1.0" byteorder = "1" fnv = "1.0.3" getset = "0.1" -- cgit v1.2.3