Skip to content

Commit f44a665

Browse files
authored
make expected-tests diff more pretty (#2577)
* make expected-tests diff more pretty * use owo-colors, which is more pleasant
1 parent ec6a0c7 commit f44a665

File tree

3 files changed

+220
-52
lines changed

3 files changed

+220
-52
lines changed

Cargo.lock

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

bindgen-tests/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ publish = false
88
bindgen = { path = "../bindgen", features = ["__cli", "experimental"] }
99
clap = { version = "4", features = ["derive"] }
1010
clap_complete = "4"
11-
diff = "0.1"
1211
shlex = "1"
1312
prettyplease = { version = "0.2.7", features = ["verbatim"] }
1413
syn = { version = "2.0" }
1514
tempfile = "3"
15+
similar = { version = "2.2.1", features = ["inline"] }
16+
owo-colors = "3.5.0"
1617

1718
[features]
1819
logging = ["bindgen/logging"]

0 commit comments

Comments
 (0)