From 945829acb7eb6a65da192deebc076f6443b17da6 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 7 Jul 2023 22:00:00 -0600 Subject: [PATCH] docs: bump readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebd25d..537f4b9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In your `Cargo.toml`: ```toml [dependencies] -pgstac = "0.0.3" +pgstac = "0.0.4" ``` See the [documentation](https://docs.rs/pgstac) for more.