From 8b9e9339ee11571295a32c3ebba05ff93840f820 Mon Sep 17 00:00:00 2001 From: Remo <45837188+remkop22@users.noreply.github.com> Date: Tue, 10 Jan 2023 01:28:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86a36ac..b3ea13b 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ This crate works with [postgres]() by default. ```toml [dependencies] -postgres_from_row = "0.2.0" +postgres_from_row = "0.3.0" ``` If you want to use it with [tokio-postgres](), enable it like so: ```toml [dependencies] -postgres_from_row = { version = "0.2.0", default_features = false, features = ["tokio-postgres"] } +postgres_from_row = { version = "0.3.0", default_features = false, features = ["tokio-postgres"] } ``` ## Examples ```rust