Skip to content

Commit 37292a0

Browse files
authored
Fix target_os entry for dragonflyBSD in Cargo.toml (#783)
1 parent c68ef96 commit 37292a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ windows-sys = { workspace = true, features = [
6969
"Win32_System_IO",
7070
] }
7171

72-
[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonflybsd", target_os = "ios"))'.dependencies]
72+
[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "ios"))'.dependencies]
7373
kqueue.workspace = true
7474
mio.workspace = true
7575

0 commit comments

Comments
 (0)