Skip to content

Commit b88db16

Browse files
committed
bump to 0.8.3
1 parent 916300e commit b88db16

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[package]
22
name = "mergers"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
edition = "2024"
55
description = "A visual diff and merge tool for files and directories"
66
license = "GPL-2.0"
77

8+
[[bench]]
9+
harness = false
10+
name = "benchmarks"
11+
812
[dependencies]
9-
walkdir = "2.5"
13+
chrono = "0.4"
14+
clap = { version = "4.6", features = ["derive"] }
15+
ctrlc = { version = "3.5", features = ["termination"] }
1016
dircmp = "0.2"
11-
gtk4 = { version = "0.11", features = ["v4_14"] }
1217
gio = { version = "0.22", features = ["v2_66"] }
13-
chrono = "0.4"
18+
gtk4 = { version = "0.11", features = ["v4_14"] }
1419
notify = "8.2"
15-
clap = { version = "4.6", features = ["derive"] }
16-
sourceview5 = { version = "0.11", features = ["gtk_v4_14"] }
1720
serde = { version = "1.0", features = ["derive"] }
18-
toml = "1.0"
19-
ctrlc = { version = "3.5", features = ["termination"] }
21+
sourceview5 = { version = "0.11", features = ["gtk_v4_14"] }
2022
tempfile = "3.27"
23+
toml = "1.0"
24+
walkdir = "2.5"
2125

2226
[dev-dependencies]
2327
criterion = { version = "0.8", features = ["html_reports"] }
2428
proptest = "1.10"
2529
tempfile = "3.27"
26-
27-
[[bench]]
28-
name = "benchmarks"
29-
harness = false

0 commit comments

Comments
 (0)