summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-15 18:44:30 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-15 18:44:30 -0500
commitb8c93f3f07d337649d55bb79a291e195446fc8f4 (patch)
treec308e2c6616ff8a97ee97ac5b36eff2b007148f3 /Cargo.toml
parentb5d7c23e07aa1ce97edc9a017c6d6abda7e758ce (diff)
Update sysinfo to released version
Ref #839
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de5e9e38..a3283576 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,8 +53,7 @@ default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.sysinfo]
-git = "https://github.com/GuillaumeGomez/sysinfo"
-rev = "d647acfbf216848a8237e1f9251b2c48860a547f"
+version = "0.22.2"
# no default features to disable the use of threads
default-features = false
features = []