mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-01-19 09:51:26 +01:00
use chars instead of splitting the string by index
This fixes an issue where multiple byte UTF-8 characters get split in half and the program panics
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "downloader"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
Reference in New Issue
Block a user