Skip to content

Commit

Permalink
Cleanup runtime features
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 2, 2024
1 parent 5a932af commit 507c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sqlite-use-returning-for-3_35 = []
runtime-async-std = ["sqlx?/runtime-async-std"]
runtime-async-std-native-tls = ["sqlx?/runtime-async-std-native-tls", "runtime-async-std"]
runtime-async-std-rustls = ["sqlx?/runtime-async-std-rustls", "runtime-async-std"]
runtime-actix = []
runtime-actix = ["sqlx?/runtime-tokio"]
runtime-actix-native-tls = ["sqlx?/runtime-tokio-native-tls", "runtime-actix"]
runtime-actix-rustls = ["sqlx?/runtime-tokio-rustls", "runtime-actix"]
runtime-tokio = ["sqlx?/runtime-tokio"]
Expand Down

0 comments on commit 507c1fd

Please sign in to comment.