Skip to content

Commit

Permalink
examples(axum): use tokio runtime (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemremengu authored Jan 28, 2023
1 parent 71dbffc commit 5ccae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/axum_example/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "../../../" # remove this line in your own project
version = "0.10.3" # sea-orm version
features = [
"debug-print",
"runtime-async-std-native-tls",
"runtime-tokio-native-tls",
"sqlx-postgres",
# "sqlx-mysql",
# "sqlx-sqlite",
Expand Down

0 comments on commit 5ccae4e

Please sign in to comment.