From fe34b7a339261d8fc9a96bf993d529c2ad37299c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 11 Jul 2022 15:53:33 +0200 Subject: Update `lyon` to `1.0` :tada: Congrats and thanks to @nical! --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index a27c5d7c..97500112 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -42,7 +42,7 @@ path = "../pure" optional = true [dependencies.lyon] -version = "0.17" +version = "1.0" optional = true [dependencies.qrcode] -- cgit