Bump diesel to the most recent commit in cargotest
`cargotest` can only detect the worst offenders (like tests failing, or hard compiler errors / ICEs), but regardless, bumping `diesel` to a way more recent version hopefully contributes slightly towards helping us not break `diesel` if at all possible.
This commit is contained in:
parent
a47f4dfd7f
commit
20a94d65e5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const TEST_REPOS: &[Test] = &[
|
|||
Test {
|
||||
name: "diesel",
|
||||
repo: "https://github.com/diesel-rs/diesel",
|
||||
sha: "91493fe47175076f330ce5fc518f0196c0476f56",
|
||||
sha: "3db7c17c5b069656ed22750e84d6498c8ab5b81d",
|
||||
lock: None,
|
||||
packages: &[],
|
||||
// Test the embedded sqlite variant of diesel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue