Skip to content

Commit 0e6c99b

Browse files
committed
turn on syslog for tests
Signed-off-by: tison <[email protected]>
1 parent f4bd797 commit 0e6c99b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[package]
2-
name = "nix"
2+
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
4-
edition = "2021"
5-
version = "0.29.0"
4+
edition = "2021"
5+
version = "0.29.0"
66
rust-version = "1.69"
7-
authors = ["The nix-rust Project Developers"]
8-
repository = "https://github.com/nix-rust/nix"
9-
license = "MIT"
10-
categories = ["os::unix-apis"]
7+
authors = ["The nix-rust Project Developers"]
8+
repository = "https://github.com/nix-rust/nix"
9+
license = "MIT"
10+
categories = ["os::unix-apis"]
1111
include = ["build.rs", "src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1212

1313
[package.metadata.docs.rs]
1414
all-features = true
1515
rustdoc-args = ["--cfg", "docsrs"]
1616
targets = [
17-
"x86_64-unknown-linux-gnu",
18-
"aarch64-linux-android",
19-
"x86_64-apple-darwin",
20-
"aarch64-apple-ios",
21-
"x86_64-unknown-freebsd",
22-
"x86_64-unknown-openbsd",
23-
"x86_64-unknown-netbsd",
24-
"x86_64-unknown-dragonfly",
25-
"x86_64-fuchsia",
26-
"x86_64-unknown-redox",
27-
"x86_64-unknown-illumos"
17+
"x86_64-unknown-linux-gnu",
18+
"aarch64-linux-android",
19+
"x86_64-apple-darwin",
20+
"aarch64-apple-ios",
21+
"x86_64-unknown-freebsd",
22+
"x86_64-unknown-openbsd",
23+
"x86_64-unknown-netbsd",
24+
"x86_64-unknown-dragonfly",
25+
"x86_64-fuchsia",
26+
"x86_64-unknown-redox",
27+
"x86_64-unknown-illumos"
2828
]
2929

3030
[dependencies]
@@ -81,7 +81,7 @@ semver = "1.0.7"
8181
nix = { path = ".", features = ["acct", "aio", "dir", "env", "event", "fanotify",
8282
"feature", "fs", "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
8383
"net", "personality", "poll", "pthread", "ptrace", "quota", "process", "reboot",
84-
"resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio",
84+
"resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio",
8585
"user", "zerocopy"] }
8686

8787
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]

0 commit comments

Comments
 (0)