summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-18 09:59:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-18 09:59:36 +0100
commit4c90ed6a1b50331d889d79aacbf653fc6d98950f (patch)
treed0b07ec9eaa89586cea2ccd66348ac1b32117237 /Cargo.toml
parentb9dc106a56a9f91673f3a64b05e8413150adf5e0 (diff)
downloadiced-4c90ed6a1b50331d889d79aacbf653fc6d98950f.tar.gz
iced-4c90ed6a1b50331d889d79aacbf653fc6d98950f.tar.bz2
iced-4c90ed6a1b50331d889d79aacbf653fc6d98950f.zip
Remove patch version from `softbuffer`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"