Skip to content

Commit

Permalink
fix getrandom version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 4, 2024
1 parent 1ffd7e7 commit 296c4da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ gix = { version = "0.58.0", features = ["serde","verbose-object-parsing-errors"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dirs = { version = "5.0.1" }

[target.'cfg(target_os = "macos")'.dependencies]
getrandom = "=2.10"

[dev-dependencies]
tempfile = "3.8.1"

0 comments on commit 296c4da

Please sign in to comment.