Skip to content

Commit

Permalink
fix: when sqlx-macros enables migrate feature, enable in sqlx-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Dec 19, 2020
1 parent 565d0a9 commit 80d02d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true

[features]
default = [ "runtime-async-std-native-tls", "migrate" ]
migrate = [ "sha2" ]
migrate = [ "sha2", "sqlx-core/migrate" ]

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

0 comments on commit 80d02d2

Please sign in to comment.