File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ testutil = { path = "testutil" }
65
65
# and the version used in CI are guaranteed to be the same. Future versions
66
66
# sometimes change the output format slightly, so a version mismatch can cause
67
67
# CI test failures.
68
- trybuild = " =1.0.80 "
68
+ trybuild = { version = " =1.0.85 " , features = [ " diff " ] }
69
69
# In tests, unlike in production, zerocopy-derive is not optional
70
70
zerocopy-derive = { version = " =0.7.7" , path = " zerocopy-derive" }
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ testutil = { path = "../testutil" }
29
29
# and the version used in CI are guaranteed to be the same. Future versions
30
30
# sometimes change the output format slightly, so a version mismatch can cause
31
31
# CI test failures.
32
- trybuild = " =1.0.80 "
32
+ trybuild = { version = " =1.0.85 " , features = [ " diff " ] }
33
33
zerocopy = { path = " ../" , features = [" default" , " derive" ] }
You can’t perform that action at this time.
0 commit comments