Skip to content

Commit 81cc5c8

Browse files
committed
Bump to similar-asserts v1.7.0
I've also massaged the transitive dependency on console along with criterion's transitive dependency on winapi-util to get lazy_static out of my dependency tree without pulling in multiple windows-sys versions. I'm pulling in a new dependency on windows_i686_gnullvm, but that one is still part of Microsoft's official Windows crates. That "multiple windows-sys versions" part was surprisingly difficult to understand, and perhaps moot since (1) the crates come from the same owner, (2) xt's Windows support is questionable, and (3) these are all development dependencies. Either way, it was an interesting learning experience around Cargo and now I have one fewer unique crate source.
1 parent 786b01d commit 81cc5c8

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ libc = "0.2.169"
3131

3232
[dev-dependencies]
3333
hex-literal = "1.0.0"
34-
similar-asserts = "1.6.1"
34+
similar-asserts = "1.7.0"
3535

3636
[dev-dependencies.criterion]
3737
version = "0.7.0"

0 commit comments

Comments
 (0)