Skip to content

Commit 08e46ae

Browse files
committed
Fix the failing build
1 parent a3595f8 commit 08e46ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_compile_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55

66
[dependencies]
77
diesel = { path = "../diesel", features = ["sqlite", "postgres"] }
8-
diesel_codegen = { path = "../diesel_codegen", default-features = false, features = ["nightly", "postgres", "sqlite"] }
8+
diesel_codegen = { path = "../diesel_codegen", features = ["postgres", "sqlite"] }
99
compiletest_rs = "0.2.0"

0 commit comments

Comments
 (0)