From c79a1c4dd0f958de4462730219713ab0c14784cd Mon Sep 17 00:00:00 2001 From: Serg Tereshchenko Date: Tue, 6 Jul 2021 08:11:09 +0300 Subject: [PATCH] Revert "Bump rust-skia in cargo.toml" This reverts commit 5cf21960aa9200d8d298bc56a80e6ebc1caeecb5. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08b16f1..c84a764 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.40.2" +version = "0.39.1" [target.'cfg(not(linux))'.dependencies.skia-safe] features = ["gl"] -version = "0.40.2" +version = "0.39.1" [profile.release] debug = true