Update rust versions

This commit is contained in:
Jaby
2024-12-31 18:57:47 +01:00
parent 70efef7f30
commit b612420032
13 changed files with 95 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tool_helper"
version = "0.9.8"
version = "1.0.0"
edition = "2021"
[profile.release]
@@ -9,9 +9,9 @@ panic = "abort"
[dependencies]
byteorder = "1.5.0"
cdtypes = {path = "../cdtypes"}
colored = "2.0.4"
colored = "2.2.0"
envmnt = "0.10.4"
hound = "3.5.1"
lz4 = "1.24.0"
paste = "1.0.14"
wslpath = {path = "../wslpath"}
lz4 = "1.28.0"
paste = "1.0.15"
wslpath = {path = "../wslpath"}