Skip to content

Commit 6b9ac5c

Browse files
committed
update version number in readme
1 parent edb38bf commit 6b9ac5c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
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
4141
above 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

0 commit comments

Comments
 (0)