Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kwannoel/mysql-fix' into yiming/…
Browse files Browse the repository at this point in the history
…init-epoch-await
  • Loading branch information
wenym1 committed Nov 4, 2024
2 parents 27df405 + 1e9d0ab commit 18a7f90
Show file tree
Hide file tree
Showing 59 changed files with 1,539 additions and 1,007 deletions.
122 changes: 46 additions & 76 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ parking_lot = { version = "0.12", features = [
"arc_lock",
"deadlock_detection",
] }
sea-orm = { version = "0.12.15", features = [
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
sea-orm = { version = "~1.0", features = [
"sqlx-all",
"runtime-tokio-native-tls",
"with-uuid",
] }
sea-orm-migration = "~1.0"
sqlx = { version = "0.7.4", default-features = false, features = [
"bigdecimal",
"chrono",
Expand Down
Loading

0 comments on commit 18a7f90

Please sign in to comment.