Skip to content

Commit 4e1d8ec

Browse files
committed
fix(now): improve watch mode
1 parent eae2bf0 commit 4e1d8ec

File tree

4 files changed

+145
-106
lines changed

4 files changed

+145
-106
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ repository = "https://github.com/ryanccn/am.git"
1515
anstream = "0.6.18"
1616
async-trait = "0.1.88"
1717
chrono = "0.4.40"
18-
clap = { version = "4.5.35", features = ["derive"] }
18+
clap = { version = "4.5.37", features = ["derive"] }
1919
clap_complete = "4.5.47"
2020
color-eyre = "0.6.3"
21-
crossterm = "0.29.0"
21+
crossterm = { version = "0.29.0", features = ["event-stream"] }
2222
eyre = "0.6.12"
23+
futures = { version = "0.3.31", default-features = false, features = ["std", "async-await"] }
2324
owo-colors = "4.2.0"
2425
regex = "1.11.1"
2526
reqwest = { version = "0.12.15", default-features = false, features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "json", "deflate", "gzip", "brotli", "zstd"] }
@@ -35,6 +36,7 @@ pedantic = { level = "warn", priority = -1 }
3536
perf = { level = "warn", priority = -1 }
3637

3738
module_name_repetitions = "allow"
39+
too_many_lines = "allow"
3840

3941
[lints.rust]
4042
unsafe_code = "forbid"

flake.lock

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

0 commit comments

Comments
 (0)