Skip to content

Commit 8037132

Browse files
Update trybuild requirement from =1.0.53 to =1.0.54 (#24)
Updates the requirements on [trybuild](https://github.com/dtolnay/trybuild) to permit the latest version. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.53...1.0.54) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99c772d commit 8037132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ uuid = { version = "0.8.2", optional = true }
3232
paste = "1.0"
3333
pretty_assertions = "1.0"
3434
serde = { version = "1.0", features = ["derive"] }
35-
trybuild = "=1.0.53"
35+
trybuild = "=1.0.54"

0 commit comments

Comments
 (0)