Skip to content

Commit

Permalink
Merge branch 'kulikjak-add-solaris-support'. See PR #92
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Nov 28, 2024
2 parents bbc28b7 + 592fe80 commit 26aaeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hardened = []
disable-wsl = []
wasm-console = ["web-sys/console"]

[target.'cfg(any(target_os = "aix", target_os = "linux", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd", target_os = "haiku", target_os = "illumos"))'.dependencies]
[target.'cfg(any(target_os = "aix", target_os = "linux", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd", target_os = "haiku", target_os = "illumos", target_os = "solaris"))'.dependencies]
home = "0.5"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 26aaeee

Please sign in to comment.