diff --git a/core/codegen/Cargo.toml b/core/codegen/Cargo.toml index c9b48302..73e33cd0 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -19,7 +19,7 @@ rocket_http = { version = "0.4.0-dev", path = "../http" } indexmap = "1.0" [dev-dependencies] -compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" } +compiletest_rs = "0.3.14" rocket = { version = "0.4.0-dev", path = "../lib" } [build-dependencies] diff --git a/core/codegen_next/Cargo.toml b/core/codegen_next/Cargo.toml index 4bc3d4d8..2e49b086 100644 --- a/core/codegen_next/Cargo.toml +++ b/core/codegen_next/Cargo.toml @@ -26,4 +26,4 @@ rev = "160da392" [dev-dependencies] rocket = { version = "0.4.0-dev", path = "../lib" } -compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" } +compiletest_rs = "0.3.14"