Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Less strict datafusion version
  • Loading branch information
fredrikbackstrom authored May 2, 2024
1 parent 15030c9 commit dbcb710
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 @@ -56,7 +56,7 @@ tokio-util = {version = "0.6", optional = true}
urlencoding = {version = "2.1", optional = true}
uuid = {version = "0.8", optional = true}
j4rs = {version = "0.15", optional = true}
datafusion = {version = "37.1.0", optional = true}
datafusion = {version = "37", optional = true}
prusto = {version = "0.5.1", optional = true}
serde = {optional = true}

Expand Down

0 comments on commit dbcb710

Please sign in to comment.