From 5562e4aeea885ef514134dcb084d98d6993c8c3a Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Wed, 10 Jan 2024 06:42:27 +0000 Subject: [PATCH] README and lib docs: Update reference to crate version (#42) --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d408e99..24bf41c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following to your `Cargo.toml` ```toml [dependencies] -pg_query = "5.0" +pg_query = "5.1" ``` ## Examples diff --git a/src/lib.rs b/src/lib.rs index 1555f8d..f26d11d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,7 @@ //! //! ```toml //! [dependencies] -//! pg_query = "5.0" +//! pg_query = "5.1" //! ``` //! //! # Example: Parsing a query