Skip to content

Commit

Permalink
Revert Cargo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 18, 2024
1 parent 6903408 commit 09d063f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions query-engine/connectors/sql-query-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = "0.3"
itertools.workspace = true
once_cell = "1.3"
rand = "0.7"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
serde_json = {version = "1.0", features = ["float_roundtrip"]}
thiserror = "1.0"
tokio = { version = "1.0", features = ["macros", "time"] }
tracing = "0.1"
Expand All @@ -28,7 +28,6 @@ opentelemetry = { version = "0.17", features = ["tokio"] }
tracing-opentelemetry = "0.17.3"
cuid = { git = "https://github.com/prisma/cuid-rust", branch = "wasm32-support" }
hex = "0.4"
wasm-rs-dbg.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
quaint.workspace = true
Expand Down

0 comments on commit 09d063f

Please sign in to comment.