Skip to content

Commit

Permalink
pin sysinfo to lowest supported version (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jul 1, 2021
1 parent 429f0c2 commit a2ee46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum-iterator = "0"
getset = "0"
git2 = { version = "0", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0", optional = true, default-features = false }
sysinfo = { version = "0.19", optional = true, default-features = false }
thiserror = "1"

[build-dependencies]
Expand Down

0 comments on commit a2ee46f

Please sign in to comment.