Skip to content

Commit

Permalink
Merge pull request #4013 from weiznich/use_fixed_trybuild
Browse files Browse the repository at this point in the history
Use trybuild 1.0.92 as that contains the necessary fix
  • Loading branch information
weiznich authored May 4, 2024
2 parents 282f212 + 8fe49b8 commit f2eb9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions diesel_compile_tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions diesel_compile_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ edition = "2021"

[dependencies]
diesel = { version = "2.0.0", default-features = false, features = ["extras", "sqlite", "postgres", "mysql", "with-deprecated"], path = "../diesel" }
trybuild = "1.0.75"
trybuild = "1.0.92"

[workspace]

[patch.crates-io]
trybuild = { git = "https://github.com/weiznich/trybuild/", rev = "8f99e5a" }

0 comments on commit f2eb9b2

Please sign in to comment.