Skip to content

Commit 5dd9299

Browse files
committed
Fix failing tests
I had forgotten to bump the version in the integration tests to match Diesel's new version. Even though the version is a range, Cargo is bad at unifying those to one that matches, so it was still compiling Diesel against 0.9
1 parent 18b60c4 commit 5dd9299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ diesel_codegen = { path = "../diesel_codegen" }
1717
dotenv = "0.8.0"
1818
quickcheck = { version = "0.3.1", features = ["unstable"] }
1919
uuid = { version = ">=0.2.0, <0.4.0" }
20-
serde_json = "0.8"
20+
serde_json = "0.9"
2121

2222
[features]
2323
default = []

0 commit comments

Comments
 (0)