Skip to content

Commit

Permalink
Downgrade sd_notify to 0.3 for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
geofft committed Oct 18, 2022
1 parent af89837 commit 9fa26c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ crossbeam-channel = "^0.5"
nix = "^0.21.2"
num-derive = "^0.3"
num-traits = "^0.2"
sd-notify = "0.4.1"
# Hold at 0.3: 0.4 MSRV is too new
sd-notify = "~0.3"
# Indirect dependency, constrained for MSRV
once_cell = "~1.14"

Expand Down

0 comments on commit 9fa26c5

Please sign in to comment.