From 89c64a5a8ef06bad207ba99ff69fafb5e0e4fbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <30413512+eclipseo@users.noreply.github.com> Date: Thu, 10 Dec 2020 07:39:13 +0100 Subject: [PATCH] Bump lab to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf31a61..7429942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ categories = ["algorithms", "multimedia::images"] license = "MIT" [dependencies] -lab = "0.7" +lab = "0.8"