Skip to content

Commit

Permalink
Rust: Update sysinfo crate
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/executorch#3520

I need an update sysinfo for some Windows stuff, the previous version doesn't seem to work correctly (plus the documented API has changed a bit and the examples just don't build).

Reviewed By: JakobDegen

Differential Revision: D56913751

fbshipit-source-id: 30ba14269792ad46236929ba40071974dd1ce436
  • Loading branch information
Carlos Fernandez authored and facebook-github-bot committed May 9, 2024
1 parent 04a3b00 commit b613f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Expand Up @@ -184,7 +184,7 @@ syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold
synstructure = "0.12"
sync_wrapper = "0.1.0"
sys-info = "0.9.1"
sysinfo = "0.26.8"
sysinfo = "0.30.11"
take_mut = "0.2.2"
tar = "0.4.38"
tempfile = "3.1.0"
Expand Down

0 comments on commit b613f86

Please sign in to comment.