Skip to content

Commit edffeac

Browse files
authored
[trybuild] Update dep to 1.0.85 (#463)
1 parent 0a84008 commit edffeac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ testutil = { path = "testutil" }
6565
# and the version used in CI are guaranteed to be the same. Future versions
6666
# sometimes change the output format slightly, so a version mismatch can cause
6767
# CI test failures.
68-
trybuild = "=1.0.80"
68+
trybuild = { version = "=1.0.85", features = ["diff"] }
6969
# In tests, unlike in production, zerocopy-derive is not optional
7070
zerocopy-derive = { version = "=0.7.7", path = "zerocopy-derive" }

zerocopy-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ testutil = { path = "../testutil" }
2929
# and the version used in CI are guaranteed to be the same. Future versions
3030
# sometimes change the output format slightly, so a version mismatch can cause
3131
# CI test failures.
32-
trybuild = "=1.0.80"
32+
trybuild = { version = "=1.0.85", features = ["diff"] }
3333
zerocopy = { path = "../", features = ["default", "derive"] }

0 commit comments

Comments
 (0)