Skip to content

Commit b408a90

Browse files
committed
new version
1 parent b809105 commit b408a90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doctest = false
1919
members = ["postgres-from-row-derive"]
2020

2121
[workspace.package]
22-
version = "0.5.0"
22+
version = "0.5.1"
2323
authors = ["Remo Pas <[email protected]>"]
2424
edition = "2021"
2525
repository = "https://github.com/remkop22/postgres-from-row"
@@ -29,7 +29,7 @@ keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"]
2929
categories = ["database", "parsing", "data-structures"]
3030

3131
[workspace.dependencies]
32-
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.5.0" }
32+
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.5.1" }
3333

3434
[dependencies]
3535
tokio-postgres = { version = "0.7.7", default_features = false }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This crate is compatible with both [postgres](<https://docs.rs/postgres>) and [t
66

77
```toml
88
[dependencies]
9-
postgres_from_row = "0.5.0"
9+
postgres_from_row = "0.5.1"
1010
```
1111

1212
## Examples

0 commit comments

Comments
 (0)