Skip to content

Commit

Permalink
README and lib docs: Update reference to crate version (pganalyze#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl authored Jan 10, 2024
1 parent 0bcda8c commit 5562e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following to your `Cargo.toml`

```toml
[dependencies]
pg_query = "5.0"
pg_query = "5.1"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! ```toml
//! [dependencies]
//! pg_query = "5.0"
//! pg_query = "5.1"
//! ```
//!
//! # Example: Parsing a query
Expand Down

0 comments on commit 5562e4a

Please sign in to comment.