Skip to content

Commit 80d02d2

Browse files
committed
fix: when sqlx-macros enables migrate feature, enable in sqlx-core
1 parent 565d0a9 commit 80d02d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717

1818
[features]
1919
default = [ "runtime-async-std-native-tls", "migrate" ]
20-
migrate = [ "sha2" ]
20+
migrate = [ "sha2", "sqlx-core/migrate" ]
2121

2222
# runtimes
2323
runtime-actix-native-tls = [ "sqlx-core/runtime-actix-native-tls", "sqlx-rt/runtime-actix-native-tls", "_rt-actix" ]

0 commit comments

Comments
 (0)