Force versions for all Rust Tools
This commit is contained in:
@@ -7,6 +7,6 @@ edition = "2021"
|
||||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "*"
|
||||
paste = "*"
|
||||
chrono = "*"
|
||||
byteorder = "1.5.0"
|
||||
chrono = "0.4.31"
|
||||
paste = "1.0.14"
|
Reference in New Issue
Block a user