Skip to content

Commit

Permalink
Merge branch 'master' into varchar-support
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx authored Nov 8, 2024
2 parents ebf504e + 0874171 commit 9f31066
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
38 changes: 29 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sqlx = { version = "0.8", default-features = false, features = ["macros", "json"
subtle = "2"
syn = { version = "2", features = ["full", "extra-traits"] }
sync_wrapper = "1"
thiserror = "1"
thiserror = "2"
time = "0.3.35"
tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
tower = "0.5.1"
Expand Down

0 comments on commit 9f31066

Please sign in to comment.