Skip to content

Commit

Permalink
Merge pull request #598 from squidowl/fix/dark-light-memory-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 27, 2024
2 parents fd2efb1 + c87de84 commit 638c412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ rodio = "0.19.0"
strum = { version = "0.26.3", features = ["derive"] }
tokio-stream = {version = "0.1.16", features = ["fs"] }

# Using commit hash for dark-light as latest release didn't have async notify.
dark-light = { git = "https://github.com/frewsxcv/rust-dark-light", rev = "77ae4349f11a556cef9c683803a832f171253479" }
# Using a fork from @madsmtm since he has a outstanding PR to the original repo which fixes a memory leak on macOS.
dark-light = { git = "https://github.com/casperstorm/rust-dark-light", rev = "10176d160bc3922ed0511ab0e3949b4b6eaf4d50" }

[dependencies.uuid]
version = "1.0"
Expand Down

0 comments on commit 638c412

Please sign in to comment.