summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-21 23:24:39 +0000
committerGitHub <noreply@github.com>2021-03-21 23:24:39 +0000
commitfde9ebc6060ba7d5f0f49bafe82f332003ea9605 (patch)
tree09c410385c727ac6f9e9bfae71077901f5edfb6d /Cargo.toml
parent7b3129a194ecbf3e5f99f30ff26ab0e6fa7f183d (diff)
parentd444f1bcf20b29d0ec69e30046c71d005a2b9d72 (diff)
downloadnix-fde9ebc6060ba7d5f0f49bafe82f332003ea9605.zip
Merge #1394
1394: illumos and Solaris support r=asomers a=jasonbking Adds support for the illumos target as well as improvements in the existing Solaris support. Co-authored-by: Dominik Hassler <hadfl@omnios.org> Co-authored-by: Joshua M. Clulow <josh@sysmgr.org> Co-authored-by: Jason King <jason.brian.king@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6a8dd25..5b052473 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,8 @@ targets = [
"x86_64-unknown-netbsd",
"x86_64-unknown-dragonfly",
"x86_64-fuchsia",
- "x86_64-unknown-redox"
+ "x86_64-unknown-redox",
+ "x86_64-unknown-illumos"
]
[dependencies]