There was an error while loading. Please reload this page.
1 parent 565d0a9 commit 80d02d2Copy full SHA for 80d02d2
sqlx-macros/Cargo.toml
@@ -17,7 +17,7 @@ proc-macro = true
17
18
[features]
19
default = [ "runtime-async-std-native-tls", "migrate" ]
20
-migrate = [ "sha2" ]
+migrate = [ "sha2", "sqlx-core/migrate" ]
21
22
# runtimes
23
runtime-actix-native-tls = [ "sqlx-core/runtime-actix-native-tls", "sqlx-rt/runtime-actix-native-tls", "_rt-actix" ]
0 commit comments