Skip to content

Commit

Permalink
Use published notify-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Apr 6, 2024
1 parent c753c71 commit d19b1c2
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 32 deletions.
116 changes: 85 additions & 31 deletions 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 crates/libtiny_tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ desktop-notifications-static-linking = ["notify-rust", "notify-rust/d_vendored"]
libtiny_common = { path = "../libtiny_common" }
libtiny_wire = { path = "../libtiny_wire" }
log = "0.4"
notify-rust = { git = "https://github.com/osa1/notify-rust.git", rev = "29f33f4", optional = true, default_features = false, features = ["d"] }
notify-rust = { version = "4.11", optional = true, default_features = false, features = ["d"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
tempfile = "3.1"
Expand Down

0 comments on commit d19b1c2

Please sign in to comment.