Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Aug 12, 2024
1 parent e772fe4 commit 3794977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions schema-engine/connectors/sql-schema-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ either = "1.6"
sqlformat = "0.2.1"
sqlparser = "0.32.0"
versions = "6.1.0"
sqlx-sqlite = { version = "0.8.0", features = ["offline"] }
sqlx-core = "*"
sqlx-sqlite = { version = "0.8.0" }
sqlx-core = "0.8.0"
[dev-dependencies]
expect-test = "1"

0 comments on commit 3794977

Please sign in to comment.