Skip to content

Commit 8d6377b

Browse files
async-std changed to 1.13
1 parent 1698c3b commit 8d6377b

File tree

12 files changed

+120
-344
lines changed

12 files changed

+120
-344
lines changed

.github/workflows/sqlx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
strategy:
2323
matrix:
24-
runtime: [ async-global-executor, smol, tokio ]
24+
runtime: [ async-std, async-global-executor, smol, tokio ]
2525
tls: [ native-tls, rustls, none ]
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)