aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-03-07 14:38:10 -0500
committerChristine Dodrill <me@christine.website>2021-03-07 14:38:10 -0500
commitdd445722fe113f9e8ff77808494f7c028dc65e91 (patch)
tree004a3f9dd9e1289fe33de3cf78fe62e94e1c542e /Cargo.toml
parentc51ffae976df83b97554cff753ec215a1e0f35c7 (diff)
downloadxesite-dd445722fe113f9e8ff77808494f7c028dc65e91.tar.xz
xesite-dd445722fe113f9e8ff77808494f7c028dc65e91.zip
fix production
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bee6dd2..63a99fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ mi = { path = "./lib/mi" }
patreon = { path = "./lib/patreon" }
# os-specific dependencies
-[target.'cfg(linux)'.dependencies]
+[target.'cfg(target_os = "linux")'.dependencies]
sdnotify = { version = "0.1", default-features = false }
[build-dependencies]