Update rust versions
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user