Mercurial > crates > systemd-socket
comparison Cargo.toml @ 20:2b78a483f84b
Update `libsystemd`
author | Martin Habovstiak <martin.habovstiak@gmail.com> |
---|---|
date | Sat, 13 Jul 2024 14:19:29 +0200 |
parents | 77dc1c45b424 |
children | f6334887e3c8 |
comparison
equal
deleted
inserted
replaced
19:77dc1c45b424 | 20:2b78a483f84b |
---|---|
20 enable_systemd = ["libsystemd"] | 20 enable_systemd = ["libsystemd"] |
21 | 21 |
22 [target.'cfg(target_os = "linux")'.dependencies] | 22 [target.'cfg(target_os = "linux")'.dependencies] |
23 # WARNING: It is NOT guaranteed that this crate will always use libsystemd as dependency! | 23 # WARNING: It is NOT guaranteed that this crate will always use libsystemd as dependency! |
24 # This as a feature is not considered a public interface! | 24 # This as a feature is not considered a public interface! |
25 libsystemd = { version = "0.2.1", optional = true } | 25 libsystemd = { version = ">= 0.3.0, < 0.8.0", optional = true } |
26 | 26 |
27 [dependencies] | 27 [dependencies] |
28 thiserror = "1.0.21" | 28 thiserror = "1.0.21" |
29 serde_crate = { package = "serde", version = "1.0.116", optional = true, features = ["derive"] } | 29 serde_crate = { package = "serde", version = "1.0.116", optional = true, features = ["derive"] } |
30 serde_str_helpers = { version = "0.1.2", optional = true } | 30 serde_str_helpers = { version = "0.1.2", optional = true } |