Skip to content

Commit 876a9f9

Browse files
chore: update version to 0.12.0
Signed-off-by: Saurav Sharma <appdroiddeveloper@gmail.com>
1 parent cbcb17a commit 876a9f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlx_migrator"
3-
version = "0.11.5"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Saurav Sharma <appdroiddeveloper@gmail.com>"]
66
homepage = "https://github.com/iamsauravsharma/sqlx_migrator"

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ Supported Databases:
1818
To use sqlx migrator you can configure Cargo.toml as shown below according to your requirements
1919

2020
```toml
21-
sqlx_migrator = { version = "0.11.5", features=["postgres"] }
21+
sqlx_migrator = { version = "0.12.0", features=["postgres"] }
2222
```
2323

2424
OR
2525

2626
```toml
27-
sqlx_migrator = { version = "0.11.5", features=["mysql"] }
27+
sqlx_migrator = { version = "0.12.0", features=["mysql"] }
2828
```
2929

3030
OR
3131

3232
```toml
33-
sqlx_migrator = { version = "0.11.5", features=["sqlite"] }
33+
sqlx_migrator = { version = "0.12.0", features=["sqlite"] }
3434
```
3535

3636
OR
3737

3838
```toml
39-
sqlx_migrator = { version = "0.11.5", features=[
39+
sqlx_migrator = { version = "0.12.0", features=[
4040
"any",
4141
# Plus any one of above database driver
4242
] }

0 commit comments

Comments
 (0)