Skip to content

Commit

Permalink
fix: toml
Browse files Browse the repository at this point in the history
  • Loading branch information
J0HN50N133 committed Sep 16, 2024
1 parent 645b6d7 commit a53c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ common-recordbatch.workspace = true
common-time.workspace = true
datatypes = { workspace = true }
mysql = { version = "23.0.1" }
tokio-postgres = { workspace = true }
serde.workspace = true
serde_json.workspace = true
tokio-postgres = { workspace = true }
# sqlness 0.6.0 have a bug causing `cargo sqlness` to fail(see https://github.com/CeresDB/sqlness/issues/68) which is fixed in 0.6.1
sqlness = "0.6.1"
tempfile.workspace = true
Expand Down

0 comments on commit a53c159

Please sign in to comment.