From 5cf21960aa9200d8d298bc56a80e6ebc1caeecb5 Mon Sep 17 00:00:00 2001 From: shaunsingh Date: Mon, 5 Jul 2021 21:41:15 -0400 Subject: [PATCH] Bump rust-skia in cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c84a764..08b16f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,11 +55,11 @@ winres = "0.1.11" [target.'cfg(linux)'.dependencies.skia-safe] features = ["gl", "egl"] -version = "0.39.1" +version = "0.40.2" [target.'cfg(not(linux))'.dependencies.skia-safe] features = ["gl"] -version = "0.39.1" +version = "0.40.2" [profile.release] debug = true