Skip to content

Commit 56fe7f2

Browse files
committed
chore: downgrade notify temporarily
1 parent 98a3fd8 commit 56fe7f2

File tree

4 files changed

+537
-656
lines changed

4 files changed

+537
-656
lines changed

Cargo.lock

Lines changed: 92 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "workset"
33
description = "Manage git repos with worksets"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2024"
66
authors = ["cilki"]
77
repository = "https://github.com/fossable/workset/"
@@ -15,9 +15,12 @@ anyhow = "1.0.100"
1515
cmd_lib = "1.9.6"
1616
crossterm = { version = "0.29", optional = true }
1717
fuzzy-matcher = { version = "0.3", optional = true }
18-
gix = { version = "0.75", features = ["blocking-network-client", "blocking-http-transport-reqwest-rust-tls"] }
18+
gix = { version = "0.75", features = [
19+
"blocking-network-client",
20+
"blocking-http-transport-reqwest-rust-tls",
21+
] }
1922
home = "0.5"
20-
notify = { version = "8.2.0", optional = true }
23+
notify = { version = "6.1.1", optional = true } # TODO infinite recursion starting with 7.0.0
2124
pico-args = "0.5"
2225
ratatui = { version = "0.29", optional = true }
2326
serde_json = "1"

0 commit comments

Comments
 (0)