From 4c90ed6a1b50331d889d79aacbf653fc6d98950f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 18 Jan 2024 09:59:36 +0100 Subject: Remove patch version from `softbuffer` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 665dc5a1..c9dee6b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ resvg = "0.36" rustc-hash = "1.0" smol = "1.0" smol_str = "0.2" -softbuffer = "0.4.1" +softbuffer = "0.4" syntect = "5.1" sysinfo = "0.28" thiserror = "1.0" -- cgit