update csrv

This commit is contained in:
Robin Appelman 2024-04-08 20:25:32 +02:00
commit 2dba78c0e7
2 changed files with 14 additions and 20 deletions

View file

@ -3,7 +3,7 @@ name = "palantir"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.73.0"
[dependencies]
color-eyre = "0.6.3"
@ -25,7 +25,7 @@ nvml-wrapper = "0.10.0"
if-addrs = "0.12.0"
sysconf = "0.3.4"
thiserror = "1.0.58"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "=4.4.18", features = ["derive"] }
procfs = "0.16.0"
[target.'cfg(windows)'.dependencies]