File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
7070zerocopy-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" }
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 " ] }
3333zerocopy = { path = " ../" , features = [" default" , " derive" ] }
You can’t perform that action at this time.
0 commit comments