Skip to content

Commit

Permalink
[trybuild] Update dep to 1.0.85 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Oct 4, 2023
1 parent 0a84008 commit edffeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -65,6 +65,6 @@ testutil = { path = "testutil" }
# and the version used in CI are guaranteed to be the same. Future versions
# sometimes change the output format slightly, so a version mismatch can cause
# CI test failures.
trybuild = "=1.0.80"
trybuild = { version = "=1.0.85", features = ["diff"] }
# In tests, unlike in production, zerocopy-derive is not optional
zerocopy-derive = { version = "=0.7.7", path = "zerocopy-derive" }
2 changes: 1 addition & 1 deletion zerocopy-derive/Cargo.toml
Expand Up @@ -29,5 +29,5 @@ testutil = { path = "../testutil" }
# and the version used in CI are guaranteed to be the same. Future versions
# sometimes change the output format slightly, so a version mismatch can cause
# CI test failures.
trybuild = "=1.0.80"
trybuild = { version = "=1.0.85", features = ["diff"] }
zerocopy = { path = "../", features = ["default", "derive"] }

0 comments on commit edffeac

Please sign in to comment.