Skip to content

Commit

Permalink
add serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 10, 2024
1 parent e443529 commit 0d62709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ uuid = {version = "0.8", optional = true}
j4rs = {version = "0.15", optional = true}
datafusion = {version = "31", optional = true}
prusto = {version = "0.5.1", optional = true}
serde = {optional = true}
serde = {version = "1", optional = true}

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 0d62709

Please sign in to comment.