File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919### sqlite:
2020
2121``` toml
22- async-sqlx-session = { version = " 0.3 .0" , features = [" sqlite" ] }
22+ async-sqlx-session = { version = " 0.4 .0" , features = [" sqlite" ] }
2323```
2424
2525### postgres:
2626
2727``` toml
28- async-sqlx-session = { version = " 0.3 .0" , features = [" pg" ] }
28+ async-sqlx-session = { version = " 0.4 .0" , features = [" pg" ] }
2929```
3030
3131### mysql:
3232
3333``` toml
34- async-sqlx-session = { version = " 0.3 .0" , features = [" mysql" ] }
34+ async-sqlx-session = { version = " 0.4 .0" , features = [" mysql" ] }
3535```
3636
3737### Optional ` async_std ` feature
@@ -41,10 +41,9 @@ enable the `async_std` feature, which can be combined with any of the
4141above datastores.
4242
4343``` toml
44- async-sqlx-session = { version = " 0.3 .0" , features = [" pg" , " async_std" ] }
44+ async-sqlx-session = { version = " 0.4 .0" , features = [" pg" , " async_std" ] }
4545```
4646
47-
4847## Cargo Features:
4948
5049## Safety
You can’t perform that action at this time.
0 commit comments