File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sqlx_migrator"
3
- version = " 0.11.5 "
3
+ version = " 0.12.0 "
4
4
edition = " 2021"
5
5
authors = [" Saurav Sharma <appdroiddeveloper@gmail.com>" ]
6
6
homepage = " https://github.com/iamsauravsharma/sqlx_migrator"
Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ Supported Databases:
18
18
To use sqlx migrator you can configure Cargo.toml as shown below according to your requirements
19
19
20
20
``` toml
21
- sqlx_migrator = { version = " 0.11.5 " , features =[" postgres" ] }
21
+ sqlx_migrator = { version = " 0.12.0 " , features =[" postgres" ] }
22
22
```
23
23
24
24
OR
25
25
26
26
``` toml
27
- sqlx_migrator = { version = " 0.11.5 " , features =[" mysql" ] }
27
+ sqlx_migrator = { version = " 0.12.0 " , features =[" mysql" ] }
28
28
```
29
29
30
30
OR
31
31
32
32
``` toml
33
- sqlx_migrator = { version = " 0.11.5 " , features =[" sqlite" ] }
33
+ sqlx_migrator = { version = " 0.12.0 " , features =[" sqlite" ] }
34
34
```
35
35
36
36
OR
37
37
38
38
``` toml
39
- sqlx_migrator = { version = " 0.11.5 " , features =[
39
+ sqlx_migrator = { version = " 0.12.0 " , features =[
40
40
" any" ,
41
41
# Plus any one of above database driver
42
42
] }
You can’t perform that action at this time.
0 commit comments