diff options
author | 2025-02-11 23:18:16 +0100 | |
---|---|---|
committer | 2025-02-11 23:18:16 +0100 | |
commit | e78c757cad5619c77a588054b42e9b87335d6e86 (patch) | |
tree | 25755c2b3ae0dd1d72c17537c917a9246ec45016 | |
parent | 6f48671042088a9cbde701f83e58667025349307 (diff) | |
download | iced-e78c757cad5619c77a588054b42e9b87335d6e86.tar.gz iced-e78c757cad5619c77a588054b42e9b87335d6e86.tar.bz2 iced-e78c757cad5619c77a588054b42e9b87335d6e86.zip |
Use short version notation for `sipper`
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |