Skip to content

Commit 51d796d

Browse files
committed
updated sql-parser version
1 parent e90a240 commit 51d796d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sql_docs"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2024"
55
description = "A crate for parsing comments from sql files and using them for documentation generation"
66
documentation = "https://docs.rs/sql_docs"
@@ -22,7 +22,7 @@ default = []
2222
fuzzing = []
2323

2424
[dependencies]
25-
sqlparser = "0.59.0"
25+
sqlparser = "0.60.0"
2626

2727

2828
[lints.rust]

0 commit comments

Comments
 (0)