Commit 6b828e6
authored
Smol+async global executor 1.80 dev (#3791)
* Sqlx-core: rename async_io dependency for async-std
* Sqlx-core: simplify TimeoutError
* Sqlx-core: code for async-global-executor
* Sqlx: integrate async-global-executor feature
* Note to unsafe
* Step up MSRV as async-global-executor needs it
* Sqlx-core: fix of unix socket build
* Unsafe fixes, smol executor added
* Workflow fix
* Changes outside sqlx_rt
* Cleanup conditional rt compilation
* Warning
* Add executors to test matrix
* Fix of skipping code sqlite due to mismatch in cargo feature names
* Smol executor isolated
* Fix, reduce number of tests, remove async_std
* Fix of test_block_on, regression
* Format fixes
* async-global-executor added
* async-std changed to 1.13
* litemap, zerofrom requires rustc 1.81
* Fix of missing _sqlite in cargo.toml
* Clippy lints
* Clean up
* Remove features combinations
* Fixes after merge
* Fix of compiling connect_tcp_address with both tokio + other executor selected
* Try to fix CI -Z minimal-versions check
Try to fix CI -Z minimal-versions check1 parent 482c942 commit 6b828e6
File tree
20 files changed
+1291
-840
lines changed- .github/workflows
- sqlx-cli
- sqlx-core
- src
- net/socket
- rt
- rt_async_global_executor
- rt_async_io
- rt_async_std
- rt_smol
- sqlx-macros-core
- src
- sqlx-macros
20 files changed
+1291
-840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments