Skip to content

Commit

Permalink
Rust: Update sysinfo crate (#3520)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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: koronthaly

Differential Revision: D56913751
  • Loading branch information
Carlos Fernandez authored and facebook-github-bot committed May 6, 2024
1 parent 1b73db4 commit 00f1042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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 00f1042

Please sign in to comment.