From 2ebe09dacb12d1d0c02acbd55e2387b052616f47 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 30 Aug 2019 01:54:41 +0200 Subject: Make `Hasher` opaque --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ee0b100a..9006e2a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] [dependencies] stretch = "0.2" nalgebra = "0.18" -twox-hash = "1.3" +twox-hash = "1.5" [dev-dependencies] ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" } -- cgit