Skip to content

Commit fa21ce1

Browse files
committed
chore: cleanup cargo.toml-cfgs
1 parent e9afa06 commit fa21ce1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ time = { version = "0.3.37", default-features = false, features = ["formatting"]
4242
clap = { version = "4.5.23", features = ["derive"] }
4343
serde_ignored = "0.1.10"
4444

45-
[target."cfg(unix)".dependencies]
45+
[target.'cfg(unix)'.dependencies]
4646
daemonize = "0.5"
4747
syslog = "7"
4848

49-
[target."cfg(target_os = \"macos\")".dependencies]
49+
[target.'cfg(target_os = "macos")'.dependencies]
5050
whoami = "1"
5151

52-
[target."cfg(target_os = \"openbsd\")".dependencies]
52+
[target.'cfg(target_os = "openbsd")'.dependencies]
5353
pledge = "0.4.2"
5454

55-
[target."cfg(not(any(target_arch = \"aarch64\", target_arch = \"x86_64\")))".dependencies]
55+
[target.'cfg(not(any(target_arch = "aarch64", target_arch = "x86_64")))'.dependencies]
5656
aws-lc-rs = { version = "1.12.5", features = ["bindgen"] }
5757

5858
[dev-dependencies]

0 commit comments

Comments
 (0)