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 19
19
### sqlite:
20
20
21
21
``` toml
22
- async-sqlx-session = { version = " 0.3 .0" , features = [" sqlite" ] }
22
+ async-sqlx-session = { version = " 0.4 .0" , features = [" sqlite" ] }
23
23
```
24
24
25
25
### postgres:
26
26
27
27
``` toml
28
- async-sqlx-session = { version = " 0.3 .0" , features = [" pg" ] }
28
+ async-sqlx-session = { version = " 0.4 .0" , features = [" pg" ] }
29
29
```
30
30
31
31
### mysql:
32
32
33
33
``` toml
34
- async-sqlx-session = { version = " 0.3 .0" , features = [" mysql" ] }
34
+ async-sqlx-session = { version = " 0.4 .0" , features = [" mysql" ] }
35
35
```
36
36
37
37
### Optional ` async_std ` feature
@@ -41,10 +41,9 @@ enable the `async_std` feature, which can be combined with any of the
41
41
above datastores.
42
42
43
43
``` 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" ] }
45
45
```
46
46
47
-
48
47
## Cargo Features:
49
48
50
49
## Safety
You can’t perform that action at this time.
0 commit comments