diff --git a/Cargo.toml b/Cargo.toml index 951fa47..47ea152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ doctest = false members = ["postgres-from-row-derive"] [workspace.package] -version = "0.5.0" +version = "0.5.1" authors = ["Remo Pas "] edition = "2021" repository = "https://github.com/remkop22/postgres-from-row" @@ -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 } diff --git a/README.md b/README.md index f74ae50..9731a04 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This crate is compatible with both [postgres]() and [t ```toml [dependencies] -postgres_from_row = "0.5.0" +postgres_from_row = "0.5.1" ``` ## Examples