From e78c757cad5619c77a588054b42e9b87335d6e86 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 11 Feb 2025 23:18:16 +0100 Subject: Use short version notation for `sipper` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e990cf59..abdb2f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ raw-window-handle = "0.6" resvg = "0.42" rustc-hash = "2.0" sha2 = "0.10" -sipper = "0.1.0" +sipper = "0.1" smol = "1.0" smol_str = "0.2" softbuffer = "0.4" -- cgit