Skip to content

Commit

Permalink
build: add now required feature flag to sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThormeyer committed Aug 7, 2024
1 parent e0b2b8f commit 418c1b7
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
67 changes: 66 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ optional = true
version = "2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
sysinfo = { version = "0.31", default-features = false, features = ["apple-app-store"] }
sysinfo = { version = "0.31", default-features = false, features = ["apple-app-store", "system"] }
async-fs = { version = "2.1", optional = true }
futures-lite = { version = "2.3", optional = true }

Expand Down

0 comments on commit 418c1b7

Please sign in to comment.