Skip to content

Commit 283f0c9

Browse files
author
Cheng JIANG
committed
bump version
1 parent 0368f9a commit 283f0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-adapter"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Cheng JIANG <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Based on [Diesel](https://github.com/diesel-rs/diesel), The current supported da
1818
Add it to `Cargo.toml`
1919

2020
```
21-
diesel-adapter = { version = "0.7.2", features = ["postgres"] }
21+
diesel-adapter = { version = "0.7.3", features = ["postgres"] }
2222
async-std = "1.6.2"
2323
```
2424

0 commit comments

Comments
 (0)