Skip to content

Commit

Permalink
Merge #244
Browse files Browse the repository at this point in the history
244: systemd-0.10.0 r=jmesmon a=jmesmon



Co-authored-by: Cody P Schafer <[email protected]>
  • Loading branch information
bors[bot] and codyps authored Dec 14, 2021
2 parents 92925bd + 90d778e commit 536092f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "systemd"
version = "0.9.3"
version = "0.10.0"
authors = ["Cody P Schafer <[email protected]>"]
license = "LGPL-2.1-or-later WITH GCC-exception-2.0"
description = "A rust interface to libsystemd/libelogind provided APIs"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-systemd
In `Cargo.toml`:
```toml
[dependencies]
systemd = "0.9"
systemd = "0.10"
```

Build Environment variables
Expand Down Expand Up @@ -42,7 +42,7 @@ of these APIs). If your application does not need these features, depend on

```toml
[dependencies]
systemd = { version = "0.9", default-features = false }
systemd = { version = "0.10", default-features = false }
```

Note that there still may be some missing symbols. If you discover a link
Expand Down

0 comments on commit 536092f

Please sign in to comment.