Skip to content

Commit

Permalink
Point at main quickcheck repo
Browse files Browse the repository at this point in the history
Our changes have been merged.
  • Loading branch information
sgrif committed Dec 3, 2015
1 parent d2f5df8 commit bc196e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["orm", "database", "postgres", "postgresql", "sql"]
libc = "0.2.*"
pq-sys = "0.2.*"
byteorder = "0.3.*"
quickcheck = { git = "https://github.com/sgrif/quickcheck.git", rev = "7020692b18196d9d29718b31d8b2c7d1c4df3190", optional = true }
quickcheck = { git = "https://github.com/BurntSushi/quickcheck.git", optional = true }

[dev-dependencies]
quickcheck = { git = "https://github.com/sgrif/quickcheck.git", rev = "7020692b18196d9d29718b31d8b2c7d1c4df3190" }
quickcheck = { git = "https://github.com/BurntSushi/quickcheck.git" }
dotenv = "^0.6.0"

[features]
Expand Down
7 changes: 2 additions & 5 deletions diesel_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ license = "MIT"
build = "build.rs"

[build-dependencies]
quasi_codegen = { verision = "^0.3.8", optional = true }
syntex = { version = "^0.22.0", optional = true }
diesel_codegen = { path = "../diesel_codegen", default-features = false }

[dependencies]
diesel = { path = "../diesel", features = ["quickcheck"] }
diesel_codegen = { path = "../diesel_codegen", default-features = false }
compiletest_rs = { version = "^0.0.10", optional = true }
syntex = { version = "^0.22.0", optional = true }
syntex_syntax = { version = "^0.22.0", optional = true }

[dev-dependencies]
quickcheck = { git = "https://github.com/sgrif/quickcheck.git", rev = "7020692b18196d9d29718b31d8b2c7d1c4df3190" }
quickcheck = { git = "https://github.com/BurntSushi/quickcheck.git" }
dotenv = "^0.6.0"

[features]
default = ["syntex", "syntex_syntax", "diesel_codegen/with-syntex"]
default = ["syntex", "diesel_codegen/with-syntex"]
unstable = ["compiletest_rs", "diesel_codegen/nightly", "diesel/unstable", "quickcheck/unstable"]

[[test]]
Expand Down

0 comments on commit bc196e2

Please sign in to comment.