Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 committed Jan 19, 2023
1 parent b809105 commit b408a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doctest = false
members = ["postgres-from-row-derive"]

[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["Remo Pas <remo.pas22@gmail.com>"]
edition = "2021"
repository = "https://github.com/remkop22/postgres-from-row"
Expand All @@ -29,7 +29,7 @@ keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"]
categories = ["database", "parsing", "data-structures"]

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

[dependencies]
tokio-postgres = { version = "0.7.7", default_features = false }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This crate is compatible with both [postgres](<https://docs.rs/postgres>) and [t

```toml
[dependencies]
postgres_from_row = "0.5.0"
postgres_from_row = "0.5.1"
```

## Examples
Expand Down

0 comments on commit b408a90

Please sign in to comment.