Skip to content

Commit

Permalink
chore: fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Nov 13, 2024
1 parent 36aec42 commit a5a3913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tools/sql-doctester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ edition = "2021"
bytecount = "0.6.2"
clap = { version = "3.2.15", features = ["wrap_help"] }
colored = "2.0.0"
postgres = "0.19.1"
postgres = "=0.19.7"
tokio-postgres = "=0.7.10"
pulldown-cmark = "0.8.0"
rayon = "1.5"
uuid = { version = "0.8", features = ["v4"] }
Expand Down

0 comments on commit a5a3913

Please sign in to comment.