-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream Changes - 2 #127
Upstream Changes - 2 #127
Conversation
runtime-actix-native-tls = [ | ||
"sqlx/runtime-tokio-native-tls", | ||
"sea-query-binder/runtime-actix-native-tls", | ||
"sqlx?/runtime-tokio-native-tls", | ||
"sea-query-binder?/runtime-actix-native-tls", | ||
] | ||
runtime-async-std-native-tls = [ | ||
"sqlx/runtime-async-std-native-tls", | ||
"sea-query-binder/runtime-async-std-native-tls", | ||
"sqlx?/runtime-async-std-native-tls", | ||
"sea-query-binder?/runtime-async-std-native-tls", | ||
] | ||
runtime-tokio-native-tls = [ | ||
"sqlx/runtime-tokio-native-tls", | ||
"sea-query-binder/runtime-tokio-native-tls", | ||
"sqlx?/runtime-tokio-native-tls", | ||
"sea-query-binder?/runtime-tokio-native-tls", | ||
] | ||
runtime-actix-rustls = [ | ||
"sqlx/runtime-tokio-rustls", | ||
"sea-query-binder/runtime-actix-rustls", | ||
"sqlx?/runtime-tokio-rustls", | ||
"sea-query-binder?/runtime-actix-rustls", | ||
] | ||
runtime-async-std-rustls = [ | ||
"sqlx/runtime-async-std-rustls", | ||
"sea-query-binder/runtime-async-std-rustls", | ||
"sqlx?/runtime-async-std-rustls", | ||
"sea-query-binder?/runtime-async-std-rustls", | ||
] | ||
runtime-tokio-rustls = [ | ||
"sqlx/runtime-tokio-rustls", | ||
"sea-query-binder/runtime-tokio-rustls", | ||
"sqlx?/runtime-tokio-rustls", | ||
"sea-query-binder?/runtime-tokio-rustls", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tyt2y3, could you verify this?
c1dbdee
to
de11583
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schedule some time to merge
🎉 Released In 0.15.0 🎉Thank you everyone for the contribution! |
No description provided.