1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Index: sqlx/Cargo.toml
===================================================================
--- sqlx.orig/Cargo.toml
+++ sqlx/Cargo.toml
@@ -45,13 +45,13 @@ name = "any-pool"
path = "tests/any/pool.rs"
required-features = ["any"]
-[[test]]
-name = "migrate-macro"
-path = "tests/migrate/macro.rs"
-required-features = [
- "macros",
- "migrate",
-]
+#[[test]]
+#name = "migrate-macro"
+#path = "tests/migrate/macro.rs"
+#required-features = [
+# "macros",
+# "migrate",
+#]
[[test]]
name = "sqlite"
|